One also needs to install top-level Makefiles to build a kernel.
Found by: Paco Cubi <francisco.cubi@gmail.com>
This commit is contained in:
parent
da0f8b6374
commit
3e0b56c38f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=29807
1 changed files with 3 additions and 1 deletions
|
@ -170,6 +170,7 @@
|
|||
<guimenuitem>Configure</guimenuitem>, then
|
||||
<guimenuitem>Distributions</guimenuitem>, then
|
||||
<guimenuitem>src</guimenuitem>, then
|
||||
<guimenuitem>base</guimenuitem> and
|
||||
<guimenuitem>sys</guimenuitem>. If you have an aversion to
|
||||
<application>sysinstall</application> and you have access to
|
||||
an <quote>official</quote> &os; CDROM, then you can also
|
||||
|
@ -178,7 +179,8 @@
|
|||
<screen>&prompt.root; <userinput>mount /cdrom</userinput>
|
||||
&prompt.root; <userinput>mkdir -p /usr/src/sys</userinput>
|
||||
&prompt.root; <userinput>ln -s /usr/src/sys /sys</userinput>
|
||||
&prompt.root; <userinput>cat /cdrom/src/ssys.[a-d]* | tar -xzvf -</userinput></screen>
|
||||
&prompt.root; <userinput>cat /cdrom/src/ssys.[a-d]* | tar -xzvf -</userinput>
|
||||
&prompt.root; <userinput>cat /cdrom/src/sbase.[a-d]* | tar -xzvf -</userinput></screen>
|
||||
</note>
|
||||
|
||||
<para>Next, move to the
|
||||
|
|
Loading…
Reference in a new issue