bsdinstall chapter updates from -RC3:

- Add the 'Enabling Crash Dumps' screen [1]
- Add the 'Manual Configuration' screen
- Replace the 'Final Configuration' screen; the 'Shell' option was removed
  and replaced with the 'Manual Configuration' prompt

Reminded by:		ryusuke [1]
This commit is contained in:
Glen Barber 2011-12-11 18:21:55 +00:00
parent 3709ba96b3
commit 71484c537f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38039
5 changed files with 40 additions and 5 deletions

View file

@ -59,6 +59,7 @@ IMAGES_EN+= bsdinstall/bsdinstall-config-components.png
IMAGES_EN+= bsdinstall/bsdinstall-config-hostname.png
IMAGES_EN+= bsdinstall/bsdinstall-config-keymap.png
IMAGES_EN+= bsdinstall/bsdinstall-config-services.png
IMAGES_EN+= bsdinstall/bsdinstall-config-crashdump.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv4-dhcp.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv4.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv4-static.png
@ -75,6 +76,7 @@ IMAGES_EN+= bsdinstall/bsdinstall-distfile-fetching.png
IMAGES_EN+= bsdinstall/bsdinstall-distfile-verifying.png
IMAGES_EN+= bsdinstall/bsdinstall-final-confirmation.png
IMAGES_EN+= bsdinstall/bsdinstall-finalconfiguration.png
IMAGES_EN+= bsdinstall/bsdinstall-final-modification-shell.png
IMAGES_EN+= bsdinstall/bsdinstall-keymap-select-default.png
IMAGES_EN+= bsdinstall/bsdinstall-mainexit.png
IMAGES_EN+= bsdinstall/bsdinstall-netinstall-files.png

View file

@ -1900,6 +1900,27 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
</itemizedlist>
</sect2>
<sect2 id="bsdinstall-crashdump">
<title>Enabling Crash Dumps</title>
<para><application>bsdinstall</application> will prompt if crash
dumps should be enabled on the target system. Enabling crash
dumps can be very useful in debugging issues with the system, so
users are encouraged to enable crash dumps whenever possible.
Select <guibutton>[&nbsp;Yes&nbsp;]</guibutton> to enable crash
dumps, or <guibutton>[&nbsp;No&nbsp;]</guibutton> to proceed
without crash dumps enabled.</para>
<figure id="bsdinstall-config-crashdump">
<title>Enabling Crash Dumps</title>
<mediaobject>
<imageobject>
<imagedata fileref="bsdinstall/bsdinstall-config-crashdump" format="PNG">
</imageobject>
</mediaobject>
</figure>
</sect2>
<sect2 id="bsdinstall-addusers">
<title>Add Users</title>
@ -2100,16 +2121,28 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
<para><literal>Handbook</literal> - Download and install the
&os; Handbook (which is what you are reading now).</para>
</listitem>
<listitem>
<para><literal>Shell</literal> - Open a shell to run commands
on the new system.</para>
</listitem>
</itemizedlist>
<para>After any final configuration is complete, select
<guibutton>Exit</guibutton> to leave the installation.</para>
<figure id="bsdinstall-final-modification-shell">
<title>Manual Configuration</title>
<mediaobject>
<imageobject>
<imagedata fileref="bsdinstall/bsdinstall-final-modification-shell" format="PNG">
</imageobject>
</mediaobject>
</figure>
<para><application>bsdinstall</application> will prompt if there
are any additional configuration that needs to be done before
rebooting into the new system. Select
<guibutton>[&nbsp;Yes&nbsp;]</guibutton> to exit to a shell
within the new system, or <guibutton>[&nbsp;No&nbsp;]</guibutton>
to proceed to the last step of the installation.</para>
<figure id="bsdinstall-final-main">
<title>Complete the Installation</title>

Binary file not shown.

After

(image error) Size: 5.8 KiB

Binary file not shown.

After

(image error) Size: 5 KiB

Binary file not shown.

Before

(image error) Size: 9.7 KiB

After

(image error) Size: 9.7 KiB