Fix a mount point, and use one available by default on all systems (/mnt
instead of /floppy). Spotted by: Rob <stopspam@users.sourceforge.net>
This commit is contained in:
parent
39506589f7
commit
5a43e8df9e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20965
1 changed files with 3 additions and 3 deletions
|
@ -5020,12 +5020,12 @@ Please press any key to reboot.</screen>
|
|||
<filename>kern.flp</filename> floppy onto your FreeBSD
|
||||
system using the &man.mount.8; command.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>mount /dev/fd0 /floppy</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>mount /dev/fd0 /mnt</userinput></screen>
|
||||
|
||||
<para>Now that you have the floppy mounted, you must
|
||||
change into the floppy directory:</para>
|
||||
change into the <filename role="directory">/mnt</filename> directory:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /floppy</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>cd /mnt</userinput></screen>
|
||||
|
||||
<para>Here is where you must set the floppy to boot into a
|
||||
serial console. You have to make a file called
|
||||
|
|
Loading…
Reference in a new issue