Warn users not to try to mount write-protected disks and use /dev/fd0
instead of /dev/rfd0 in the examples Submitted by: sheldonh and valentino.vaschetto@windriver.com
This commit is contained in:
parent
2593793d28
commit
6296820335
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9450
2 changed files with 12 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml,v 1.65 2001/04/09 00:33:51 dd Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml,v 1.66 2001/05/11 21:25:44 murray Exp $
|
||||
-->
|
||||
|
||||
<chapter id="install">
|
||||
|
@ -1895,7 +1895,7 @@
|
|||
command to write the image files directly to disk. On
|
||||
FreeBSD you would run:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>dd if=kern.flp of=/dev/rfd0</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>dd if=kern.flp of=/dev/fd0</userinput></screen>
|
||||
|
||||
<para>On FreeBSD <filename>/dev/rfd0</filename> refers to
|
||||
the first floppy disk (the <devicename>A:</devicename>
|
||||
|
@ -1911,6 +1911,10 @@
|
|||
<title>Enabling the boot floppies to boot into a serial
|
||||
console</title>
|
||||
|
||||
<warning>
|
||||
<para>Do not try to mount the floppy if it is write-protected</para>
|
||||
</warning>
|
||||
|
||||
<para>If you were to boot into the floppies that you just
|
||||
made, FreeBSD would boot into its normal install mode. We
|
||||
want FreeBSD to boot into a serial console for our
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml,v 1.65 2001/04/09 00:33:51 dd Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml,v 1.66 2001/05/11 21:25:44 murray Exp $
|
||||
-->
|
||||
|
||||
<chapter id="install">
|
||||
|
@ -1895,7 +1895,7 @@
|
|||
command to write the image files directly to disk. On
|
||||
FreeBSD you would run:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>dd if=kern.flp of=/dev/rfd0</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>dd if=kern.flp of=/dev/fd0</userinput></screen>
|
||||
|
||||
<para>On FreeBSD <filename>/dev/rfd0</filename> refers to
|
||||
the first floppy disk (the <devicename>A:</devicename>
|
||||
|
@ -1911,6 +1911,10 @@
|
|||
<title>Enabling the boot floppies to boot into a serial
|
||||
console</title>
|
||||
|
||||
<warning>
|
||||
<para>Do not try to mount the floppy if it is write-protected</para>
|
||||
</warning>
|
||||
|
||||
<para>If you were to boot into the floppies that you just
|
||||
made, FreeBSD would boot into its normal install mode. We
|
||||
want FreeBSD to boot into a serial console for our
|
||||
|
|
Loading…
Reference in a new issue