diff options
author | Marc Fonvieille <blackend@FreeBSD.org> | 2007-03-16 19:24:21 +0000 |
---|---|---|
committer | Marc Fonvieille <blackend@FreeBSD.org> | 2007-03-16 19:24:21 +0000 |
commit | 3e0b56c38f664c13ba8310442a5793917cf7df35 (patch) | |
tree | c65d49320c02509b983322f5ef6bd9ca557f3df2 | |
parent | da0f8b63749e651b2f02816fba27fe340f05bc25 (diff) |
Notes
-rw-r--r-- | en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml index 201ef445df..26193d9463 100644 --- a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml @@ -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 |