Add missing cd /usr/src before make installworld.
PR: docs/34622 Submitted by: Michael Heyes <mheyes@concentric.net>
This commit is contained in:
parent
3193a74f8e
commit
c496e3ede7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12092
1 changed files with 2 additions and 1 deletions
|
@ -1011,7 +1011,8 @@ Script done, …</screen>
|
|||
|
||||
<para>Run</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>make installworld</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>cd /usr/src</userinput>
|
||||
&prompt.root; <userinput>make installworld</userinput></screen>
|
||||
|
||||
<note>
|
||||
<para>If you specified variables on the <command>make
|
||||
|
|
Loading…
Reference in a new issue