- Update the partition sizes to match the needs of a workstation;
128MB for / instead of 100MB and 256MB instead of 50MB for /var (this size is a bit above the minimal size proposed by the automatic sizing algorithm); - Update the / partition creation to really use the same size as the one given in the partition layout discussion; - Update sysinstall messages for the mouse configuration.
This commit is contained in:
parent
dd96c6d785
commit
c120707a10
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30605
1 changed files with 7 additions and 7 deletions
|
@ -947,7 +947,7 @@ Insert disk labelled "Kernel floppy 1" and press any key...</screen>
|
|||
</mediaobject>
|
||||
</figure>
|
||||
|
||||
<para>Either wait ten seconds, or press <keycap>Enter</keycap></para>
|
||||
<para>Either wait ten seconds, or press <keycap>Enter</keycap>.</para>
|
||||
</step>
|
||||
</procedure>
|
||||
|
||||
|
@ -1781,10 +1781,10 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<entry><filename>/</filename></entry>
|
||||
|
||||
<entry>100 MB</entry>
|
||||
<entry>128 MB</entry>
|
||||
|
||||
<entry>This is the root filesystem. Every other filesystem
|
||||
will be mounted somewhere under this one. 100 MB is a
|
||||
will be mounted somewhere under this one. 128 MB is a
|
||||
reasonable size for this filesystem. You will not be storing
|
||||
too much data on it, as a regular FreeBSD install will put
|
||||
about 40 MB of data here. The remaining space is for temporary
|
||||
|
@ -1823,7 +1823,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<entry><filename>/var</filename></entry>
|
||||
|
||||
<entry>50 MB</entry>
|
||||
<entry>256 MB</entry>
|
||||
|
||||
<entry>The <filename>/var</filename> directory contains
|
||||
files that are constantly varying;
|
||||
|
@ -2028,7 +2028,7 @@ Mounting root from ufs:/dev/md0c
|
|||
rest of the slice. If you are using the partition sizes described
|
||||
in the earlier example, then delete the existing figure using
|
||||
<keycap>Backspace</keycap>, and then type in
|
||||
<userinput>64M</userinput>, as shown in
|
||||
<userinput>128M</userinput>, as shown in
|
||||
<xref linkend="sysinstall-label-add2">. Then press
|
||||
&gui.ok;.</para>
|
||||
|
||||
|
@ -3023,11 +3023,11 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
non-USB mouse configuration (such as a PS/2 or COM port mouse):</para>
|
||||
|
||||
<screen> User Confirmation Requested
|
||||
Does this system have a non-USB mouse attached to it?
|
||||
Does this system have a PS/2, serial, or bus mouse?
|
||||
|
||||
[ Yes ] No </screen>
|
||||
|
||||
<para>Select &gui.yes; for a non-USB mouse or
|
||||
<para>Select &gui.yes; for a PS/2, serial or bus mouse, or
|
||||
&gui.no; for a USB mouse and press
|
||||
<keycap>Enter</keycap>.</para>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue