PR: docs/164334
Revert previous memstick URL location change, since the install chapter is for 8.x and earlier. Instead, replace rel.current; entity with rel2.current; in "2.3.7 Prepare the Boot Media" subsection to fix the location of memstick image. Spotted by: Rogier 'DocWilco' Mulhuijzen <freebsd-bugs at bsdchicks dot com> Discussed by: beat
This commit is contained in:
parent
ac0885423b
commit
59c7232a1b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38388
1 changed files with 3 additions and 3 deletions
|
@ -618,9 +618,9 @@
|
|||
<replaceable>version</replaceable> with the
|
||||
architecture and the version number which you want to
|
||||
install, respectively. For example, the memory stick
|
||||
images for &os;/&arch.i386; &rel.current;-RELEASE are
|
||||
images for &os;/&arch.i386; &rel2.current;-RELEASE are
|
||||
available from <ulink
|
||||
url="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/&arch.i386;/&arch.i386;/ISO-IMAGES/&rel.current;/&os;-&rel.current;-RELEASE-&arch.i386;-memstick.img"></ulink>.</para>
|
||||
url="ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/&arch.i386;/ISO-IMAGES/&rel2.current;/&os;-&rel2.current;-RELEASE-&arch.i386;-memstick.img"></ulink>.</para>
|
||||
|
||||
<para>The memory stick image has a <filename>.img</filename>
|
||||
extension. The <filename
|
||||
|
@ -661,7 +661,7 @@
|
|||
copy files from one disk to another. Instead, you must use
|
||||
&man.dd.1; to write the image directly to the disk:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>dd if=&os;-&rel.current;-RELEASE-&arch.i386;-memstick.img of=/dev/<replaceable>da0</replaceable> bs=64k</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>dd if=&os;-&rel2.current;-RELEASE-&arch.i386;-memstick.img of=/dev/<replaceable>da0</replaceable> bs=64k</userinput></screen>
|
||||
|
||||
<para>If an
|
||||
<computeroutput>Operation not permitted</computeroutput>
|
||||
|
|
Loading…
Reference in a new issue