- Use keycap instead of userinput
PR: docs/123333 Submitted by: pgj
This commit is contained in:
parent
a0cade7b51
commit
545f3afe56
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31950
1 changed files with 7 additions and 7 deletions
|
|
@ -227,12 +227,12 @@
|
|||
|
||||
<step>
|
||||
<title><application>fdisk</application> Partition Editor</title>
|
||||
<para>Once inside <application>fdisk</application>, typing <userinput>A</userinput> will
|
||||
<para>Once inside <application>fdisk</application>, pressing <keycap>A</keycap> will
|
||||
use the entire disk for FreeBSD. When asked if you want to
|
||||
<quote>remain cooperative with any future possible operating
|
||||
systems</quote>, answer <literal>YES</literal>. Write the
|
||||
changes to the disk using <userinput>W</userinput>. Now exit the
|
||||
FDISK editor by typing <userinput>q</userinput>. Next you will be
|
||||
changes to the disk using <keycap>W</keycap>. Now exit the
|
||||
FDISK editor by pressing <keycap>Q</keycap>. Next you will be
|
||||
asked about the <quote>Master Boot Record</quote>. Since you are adding a
|
||||
disk to an already running system, choose
|
||||
<literal>None</literal>.</para>
|
||||
|
|
@ -262,8 +262,8 @@
|
|||
<para><application>sysinstall</application>'s Label editor
|
||||
favors the <literal>e</literal>
|
||||
partition for non-root, non-swap partitions. Within the
|
||||
Label editor, create a single file system by typing
|
||||
<userinput>C</userinput>. When prompted if this will be a FS
|
||||
Label editor, create a single file system by pressing
|
||||
<keycap>C</keycap>. When prompted if this will be a FS
|
||||
(file system) or swap, choose <literal>FS</literal> and type in a
|
||||
mount point (e.g, <filename>/mnt</filename>). When adding a
|
||||
disk in post-install mode, <application>sysinstall</application>
|
||||
|
|
@ -272,8 +272,8 @@
|
|||
you specify is not important.</para>
|
||||
|
||||
<para>You are now ready to write the new label to the disk and
|
||||
create a file system on it. Do this by typing
|
||||
<userinput>W</userinput>. Ignore any errors from
|
||||
create a file system on it. Do this by pressing
|
||||
<keycap>W</keycap>. Ignore any errors from
|
||||
<application>sysinstall</application> that
|
||||
it could not mount the new partition. Exit the Label Editor
|
||||
and <application>sysinstall</application> completely.</para>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue