Use sysinstall by default and /stand/sysinstall for systems older than 5.2
This commit is contained in:
parent
105faa1928
commit
b6549798ec
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23317
3 changed files with 8 additions and 5 deletions
|
@ -172,7 +172,8 @@
|
||||||
<filename>/usr/src/sys</filename> directory on your system,
|
<filename>/usr/src/sys</filename> directory on your system,
|
||||||
then the kernel source has not been installed. The easiest
|
then the kernel source has not been installed. The easiest
|
||||||
way to do this is by running
|
way to do this is by running
|
||||||
<command>/stand/sysinstall</command> as
|
<command>sysinstall</command> (<command>/stand/sysinstall</command>
|
||||||
|
in &os; versions older than 5.2) as
|
||||||
<username>root</username>, choosing
|
<username>root</username>, choosing
|
||||||
<guimenuitem>Configure</guimenuitem>, then
|
<guimenuitem>Configure</guimenuitem>, then
|
||||||
<guimenuitem>Distributions</guimenuitem>, then
|
<guimenuitem>Distributions</guimenuitem>, then
|
||||||
|
|
|
@ -450,7 +450,8 @@ font8x8=<replaceable>font_name</replaceable></programlisting>
|
||||||
<indexterm><primary>screenmap</primary></indexterm>
|
<indexterm><primary>screenmap</primary></indexterm>
|
||||||
<para>Also be sure to set the correct keymap and screenmap for your
|
<para>Also be sure to set the correct keymap and screenmap for your
|
||||||
single C chars character set through
|
single C chars character set through
|
||||||
<filename>/stand/sysinstall</filename>.
|
<command>sysinstall</command> (<command>/stand/sysinstall</command>
|
||||||
|
in &os; versions older than 5.2).
|
||||||
Once inside <application>sysinstall</application>, choose <guimenuitem>Configure</guimenuitem>, then
|
Once inside <application>sysinstall</application>, choose <guimenuitem>Configure</guimenuitem>, then
|
||||||
<guimenuitem>Console</guimenuitem>. Alternatively, you can add the
|
<guimenuitem>Console</guimenuitem>. Alternatively, you can add the
|
||||||
following to <filename>/etc/rc.conf</filename>:</para>
|
following to <filename>/etc/rc.conf</filename>:</para>
|
||||||
|
|
|
@ -587,10 +587,11 @@ docbook =
|
||||||
|
|
||||||
<step>
|
<step>
|
||||||
<para>As <username>root</username>, run
|
<para>As <username>root</username>, run
|
||||||
<command>/stand/sysinstall</command> as shown
|
<command>sysinstall</command>
|
||||||
below:</para>
|
(<command>/stand/sysinstall</command> in &os;
|
||||||
|
versions older than 5.2) as shown below:</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>/stand/sysinstall</userinput></screen>
|
<screen>&prompt.root; <userinput>sysinstall</userinput></screen>
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
<step>
|
<step>
|
||||||
|
|
Loading…
Reference in a new issue