Document the fact that mount -u / has to be run for most cases.

Reported by:	wenheping
This commit is contained in:
Xin LI 2011-12-15 13:29:19 +00:00
parent 630d561e7e
commit 150c9a2e7a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38052

View file

@ -2029,8 +2029,9 @@ DOCSUPFILE?= /usr/share/examples/cvsup/doc-supfile</programlisting>
(i.e.&nbsp;using <command>boot -s</command> from the loader
prompt). Then run:</para>
<screen>&prompt.root; <userinput>adjkerntz -i</userinput>
<screen>&prompt.root; <userinput>mount -u /</userinput>
&prompt.root; <userinput>mount -a -t ufs</userinput>
&prompt.root; <userinput>adjkerntz -i</userinput>
&prompt.root; <userinput>mergemaster -p</userinput>
&prompt.root; <userinput>cd /usr/src</userinput>
&prompt.root; <userinput>make installworld</userinput>