Start removing non-supported release information, as well as a newfs note
that is default for a long time now (people willing to change and use a custom newfs, should know some more information upfront by reading the manual page of newfs).
This commit is contained in:
parent
714ce94e55
commit
f03b953d50
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32116
1 changed files with 9 additions and 23 deletions
|
@ -2030,15 +2030,6 @@ Mounting root from ufs:/dev/md0c
|
|||
<literal>G</literal> for gigabytes, or <literal>C</literal> for
|
||||
cylinders.</para>
|
||||
|
||||
<note><para>Beginning with FreeBSD 5.X, users can: select
|
||||
<acronym>UFS2</acronym> (which is default on &os; 5.1 and
|
||||
above) using the <literal>Custom Newfs</literal>
|
||||
(<keycap>Z</keycap>) option, create labels with
|
||||
<literal>Auto Defaults</literal> and modify them with the <literal>Custom Newfs</literal> option or
|
||||
add <option>-O 2</option> during the regular creation period.
|
||||
Do not forget to add <option>-U</option> for SoftUpdates if you use the <literal>Custom Newfs</literal>
|
||||
option!</para></note>
|
||||
|
||||
<figure id="sysinstall-label-add">
|
||||
<title>Free Space for Root Partition</title>
|
||||
|
||||
|
@ -2428,8 +2419,8 @@ installation menus to retry whichever operations have failed.
|
|||
installation. An option can be configured by re-entering the
|
||||
configuration options before booting the new FreeBSD
|
||||
system or after installation using
|
||||
<command>sysinstall</command> (<command>/stand/sysinstall</command>
|
||||
in &os; versions older than 5.2) and selecting
|
||||
<command>sysinstall</command>
|
||||
and selecting
|
||||
<guimenuitem>Configure</guimenuitem>.</para>
|
||||
|
||||
<sect2 id="inst-network-dev">
|
||||
|
@ -3472,8 +3463,8 @@ Press [Enter] now to invoke an editor on /etc/exports
|
|||
|
||||
<para>Groups can also be added at this time if specific needs
|
||||
are known. Otherwise, this may be accessed through using
|
||||
<command>sysinstall</command> (<command>/stand/sysinstall</command>
|
||||
in &os; versions older than 5.2) after installation is
|
||||
<command>sysinstall</command>
|
||||
after installation is
|
||||
completed.</para>
|
||||
|
||||
<para>When you are finished adding users, select
|
||||
|
@ -3512,9 +3503,7 @@ Retype new password :</screen>
|
|||
|
||||
<para>If you need to configure <link linkend="network-services">additional network services</link> or
|
||||
any other configuration, you can do it at this point or
|
||||
after installation with <command>sysinstall</command>
|
||||
(<command>/stand/sysinstall</command> in &os; versions older
|
||||
than 5.2).</para>
|
||||
after installation with <command>sysinstall</command>.</para>
|
||||
|
||||
<screen> User Confirmation Requested
|
||||
Visit the general configuration menu for a chance to set any last
|
||||
|
@ -4147,7 +4136,7 @@ Please press any key to reboot.</screen>
|
|||
drive is not probed.</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>&os; 5.0 and above makes extensive use of the system
|
||||
<para>&os; makes extensive use of the system
|
||||
ACPI service on the i386, amd64 and ia64 platforms to
|
||||
aid in system configuration if it is detected during
|
||||
boot. Unfortunately, some bugs still exist in both the
|
||||
|
@ -4417,9 +4406,6 @@ Please press any key to reboot.</screen>
|
|||
|
||||
<screen>&prompt.root; <userinput>cu -l /dev/cuad0</userinput></screen>
|
||||
|
||||
<para>On &os; 5.X, use
|
||||
<filename>/dev/cuaa0</filename> instead of
|
||||
<filename>/dev/cuad0</filename>.</para>
|
||||
</step>
|
||||
</procedure>
|
||||
|
||||
|
@ -4497,7 +4483,7 @@ Please press any key to reboot.</screen>
|
|||
<para>That directory will normally contain the following images:</para>
|
||||
|
||||
<table frame="none">
|
||||
<title>FreeBSD 5.<replaceable>X</replaceable> and 6.<replaceable>X</replaceable>
|
||||
<title>FreeBSD 6.<replaceable>X</replaceable> and 7.<replaceable>X</replaceable>
|
||||
ISO Image Names and Meanings</title>
|
||||
|
||||
<tgroup cols="2">
|
||||
|
@ -4531,14 +4517,14 @@ Please press any key to reboot.</screen>
|
|||
<row>
|
||||
<entry><filename><replaceable>version</replaceable>-RELEASE-<replaceable>arch</replaceable>-disc2.iso</filename></entry>
|
||||
|
||||
<entry>&os; documentation (prior to &os; 6.2) and as many
|
||||
<entry>As many
|
||||
third-party packages as would fit on the disc.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><filename><replaceable>version</replaceable>-RELEASE-<replaceable>arch</replaceable>-docs.iso</filename></entry>
|
||||
|
||||
<entry>&os; documentation (for &os; 6.2 and later).</entry>
|
||||
<entry>&os; documentation.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
|
Loading…
Reference in a new issue