Add a hint to the section regarding updating /stand that /rescue will be

automatically updated for the user.  Also while I'm here, remove a
reference to fastboot(8) as a means to reboot a system after an update and
replace with the more conventional and correct "shutdown -r now".
This commit is contained in:
Sean Chittenden 2003-11-01 01:00:24 +00:00
parent d7c39b4f07
commit c2a0556980
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18653

View file

@ -1358,7 +1358,11 @@ Script done, &hellip;</screen>
<note>
<para>This step is included only for completeness. It can safely be
omitted.</para>
omitted. If you are using FreeBSD&nbsp;5.2 or later, the
<filename>/rescue</filename> directory is automatically updated
for the user with current, statically compiled binaries during
<command>make installworld</command>, thus obsoleting the need
to update <filename>/stand</filename>.</para>
</note>
<para>For the sake of completeness, you may want to update the files in
@ -1377,9 +1381,9 @@ Script done, &hellip;</screen>
<para>You are now done. After you have verified that everything appears
to be in the right place you can reboot the system. A simple
&man.fastboot.8; should do it:</para>
&man.shutdown.8; should do it:</para>
<screen>&prompt.root; <userinput>fastboot</userinput></screen>
<screen>&prompt.root; <userinput>shutdown -r now</userinput></screen>
</sect2>
<sect2>