From 230381d1210691777e0899128146cf2ce37a05fa Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 16 May 2016 23:08:24 +0000 Subject: Editorial changes to the kernel section git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11062 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/kernel.xml | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) (limited to 'chapter08') diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index bbf268f20..3d8391d04 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -108,21 +108,22 @@ Device Drivers ---> -make LANG=<host_LANG_value> LC_ALL= menuconfig +make menuconfig - The meaning of the make parameters: + The meaning of optional make environment variables: LANG=<host_LANG_value> LC_ALL= - This establishes the locale setting to the one used on the host. - This is needed for a proper menuconfig ncurses interface line - drawing on UTF-8 linux text console. - - Be sure to replace <host_LANG_value> - by the value of the $LANG variable from your host. - If not set, you could use instead the host's value of $LC_ALL + This establishes the locale setting to the one used on the + host. This may be needed for a proper menuconfig ncurses interface + line drawing on a UTF-8 linux text console. + + If used, be sure to replace + <host_LANG_value> by the value of + the $LANG variable from your host. You can + alternatively use instead the host's value of $LC_ALL or $LC_CTYPE. @@ -161,6 +162,14 @@ Device Drivers ---> required to complete the installation. Some files need to be copied to the /boot directory. + + If the host system has a separate /boot partition, the + files copied below should go there. The easiest way to do that + is to bind /boot on the host to /mnt/lfs/boot before proceeding: + +mount --bind /boot /mnt/lfs/boot + + The path to the kernel image may vary depending on the platform being used. The filename below can be changed to suit your taste, but the stem of the filename should be vmlinuz to be compatible with -- cgit v1.2.3-54-g00ecf