- Use keycap instead of userinput

PR:		docs/123333
Submitted by:	pgj
This commit is contained in:
Gabor Kovesdan 2008-05-05 14:04:31 +00:00
parent a0cade7b51
commit 545f3afe56
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31950

View file

@ -227,12 +227,12 @@
<step> <step>
<title><application>fdisk</application> Partition Editor</title> <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 use the entire disk for FreeBSD. When asked if you want to
<quote>remain cooperative with any future possible operating <quote>remain cooperative with any future possible operating
systems</quote>, answer <literal>YES</literal>. Write the systems</quote>, answer <literal>YES</literal>. Write the
changes to the disk using <userinput>W</userinput>. Now exit the changes to the disk using <keycap>W</keycap>. Now exit the
FDISK editor by typing <userinput>q</userinput>. Next you will be FDISK editor by pressing <keycap>Q</keycap>. Next you will be
asked about the <quote>Master Boot Record</quote>. Since you are adding a asked about the <quote>Master Boot Record</quote>. Since you are adding a
disk to an already running system, choose disk to an already running system, choose
<literal>None</literal>.</para> <literal>None</literal>.</para>
@ -262,8 +262,8 @@
<para><application>sysinstall</application>'s Label editor <para><application>sysinstall</application>'s Label editor
favors the <literal>e</literal> favors the <literal>e</literal>
partition for non-root, non-swap partitions. Within the partition for non-root, non-swap partitions. Within the
Label editor, create a single file system by typing Label editor, create a single file system by pressing
<userinput>C</userinput>. When prompted if this will be a FS <keycap>C</keycap>. When prompted if this will be a FS
(file system) or swap, choose <literal>FS</literal> and type in a (file system) or swap, choose <literal>FS</literal> and type in a
mount point (e.g, <filename>/mnt</filename>). When adding a mount point (e.g, <filename>/mnt</filename>). When adding a
disk in post-install mode, <application>sysinstall</application> disk in post-install mode, <application>sysinstall</application>
@ -272,8 +272,8 @@
you specify is not important.</para> you specify is not important.</para>
<para>You are now ready to write the new label to the disk and <para>You are now ready to write the new label to the disk and
create a file system on it. Do this by typing create a file system on it. Do this by pressing
<userinput>W</userinput>. Ignore any errors from <keycap>W</keycap>. Ignore any errors from
<application>sysinstall</application> that <application>sysinstall</application> that
it could not mount the new partition. Exit the Label Editor it could not mount the new partition. Exit the Label Editor
and <application>sysinstall</application> completely.</para> and <application>sysinstall</application> completely.</para>