Fix URLs for the floppies.
Reported by: Josef El-Rayes <j.el-rayes@daemon.li> PR: docs/56639
This commit is contained in:
parent
aeebbcd658
commit
630b39beda
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18128
1 changed files with 6 additions and 2 deletions
|
@ -5,6 +5,8 @@
|
|||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
||||
%authors;
|
||||
|
||||
<!ENTITY % misc PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
||||
%misc;
|
||||
]>
|
||||
|
||||
<article>
|
||||
|
@ -133,9 +135,11 @@
|
|||
<procedure>
|
||||
<step>
|
||||
<para>Download bootfiles: Download the
|
||||
<ulink url="ftp://ftp.FreeBSD.org/pub/FreeBSD/snapshots/i386/kern.flp">
|
||||
<ulink
|
||||
url="&snapshots.stable;/floppies/kern.flp">
|
||||
kern.flp</ulink> and
|
||||
<ulink url="ftp://ftp.FreeBSD.org/pub/FreeBSD/snapshots/i386/mfsroot.flp">
|
||||
<ulink
|
||||
url="&snapshots.stable;/floppies/mfsroot.flp">
|
||||
mfsroot.flp</ulink> floppy images.</para>
|
||||
</step>
|
||||
|
||||
|
|
Loading…
Reference in a new issue