Clarify Select Disks section regarding using Tab
to switch to Ok/Cancel Added warning for observing disk order in Select Disks menu. Use &os.numports for number of ports and revise size requirement to 100M. Clarify Package Select section regarding using Tab to switch to Ok/Cancel Approved by: murray
This commit is contained in:
parent
9a08df27d4
commit
8a2f2f52d5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10640
1 changed files with 27 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml,v 1.110 2001/09/08 00:29:26 logo Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml,v 1.111 2001/09/08 01:01:40 rpratt Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="install">
|
<chapter id="install">
|
||||||
|
@ -1719,6 +1719,12 @@ Mounting root from ufs:/dev/md0c
|
||||||
was taken had IDE disks on both master channels of the IDE
|
was taken had IDE disks on both master channels of the IDE
|
||||||
controllers, and no disks on the slave channels.</para>
|
controllers, and no disks on the slave channels.</para>
|
||||||
|
|
||||||
|
<warning>
|
||||||
|
<para>Pay close attention when selecting the disk as they may be
|
||||||
|
in a different order than you might expect. Double check
|
||||||
|
yourself before proceeding.</para>
|
||||||
|
</warning>
|
||||||
|
|
||||||
<para>You should select the disk on which you want to install FreeBSD,
|
<para>You should select the disk on which you want to install FreeBSD,
|
||||||
and then press <guibutton>OK</guibutton>.
|
and then press <guibutton>OK</guibutton>.
|
||||||
<application>FDisk</application> will start, with a display similar to
|
<application>FDisk</application> will start, with a display similar to
|
||||||
|
@ -1853,7 +1859,12 @@ Mounting root from ufs:/dev/md0c
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<para>Make sure <guibutton>[ OK ]</guibutton> is highlighted, then
|
<para>The <keycap>Tab</keycap> key toggles between the last drive
|
||||||
|
selected, <guibutton>[ OK ]</guibutton>, and
|
||||||
|
<guibutton>[ Cancel ]</guibutton>.</para>
|
||||||
|
|
||||||
|
<para>Press the <keycap>Tab</keycap> once to toggle to the
|
||||||
|
<guibutton>[ OK ]</guibutton>, then
|
||||||
press <keycap>Enter</keycap>
|
press <keycap>Enter</keycap>
|
||||||
to continue with the installation.</para>
|
to continue with the installation.</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
@ -2269,8 +2280,8 @@ Mounting root from ufs:/dev/md0c
|
||||||
<screen> User Confirmation Requested
|
<screen> User Confirmation Requested
|
||||||
Would you like to install the FreeBSD ports collection?
|
Would you like to install the FreeBSD ports collection?
|
||||||
|
|
||||||
This will give you ready access to over 5000 ported software packages,
|
This will give you ready access to over &os.numports; ported software packages,
|
||||||
at a cost of around 70MB of disk space when "clean" and possibly much
|
at a cost of around 100MB of disk space when "clean" and possibly much
|
||||||
more than that if a lot of the distribution tarballs are loaded
|
more than that if a lot of the distribution tarballs are loaded
|
||||||
(unless you have the extra CDs from a FreeBSD CD/DVD distribution
|
(unless you have the extra CDs from a FreeBSD CD/DVD distribution
|
||||||
available and can mount it on /cdrom, in which case this is far less
|
available and can mount it on /cdrom, in which case this is far less
|
||||||
|
@ -3644,10 +3655,21 @@ when you've finished.</screen>
|
||||||
A short description of each package will appear in the lower left
|
A short description of each package will appear in the lower left
|
||||||
corner of the screen.</para>
|
corner of the screen.</para>
|
||||||
|
|
||||||
|
<para>Pressing the <keycap>Tab</keycap> key will toggle between the last
|
||||||
|
selected package, <guibutton>[ OK ]</guibutton>, and
|
||||||
|
<guibutton>[ Cancel ]</guibutton>.</para>
|
||||||
|
|
||||||
<para>When you have finished marking the packages for installation,
|
<para>When you have finished marking the packages for installation,
|
||||||
select <guibutton>[ OK ]</guibutton> and press
|
press <keycap>Tab</keycap> once to toggle to the
|
||||||
|
<guibutton>[ OK ]</guibutton> and press
|
||||||
<keycap>Enter</keycap> to return to the Package Selection menu.</para>
|
<keycap>Enter</keycap> to return to the Package Selection menu.</para>
|
||||||
|
|
||||||
|
<para>The left and right arrow keys will also toggle between
|
||||||
|
<guibutton>[ OK ]</guibutton> and <guibutton>[ Cancel ]</guibutton>.
|
||||||
|
This method can also be used to select <guibutton>[ OK ]</guibutton>
|
||||||
|
and press <keycap>Enter</keycap> to return to the Package
|
||||||
|
Selection menu.</para>
|
||||||
|
|
||||||
<figure id="package-install">
|
<figure id="package-install">
|
||||||
<title>Install Packages</title>
|
<title>Install Packages</title>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue