From 2ec0d203c3af587beb98406888dca6f6f5283180 Mon Sep 17 00:00:00 2001 From: Archaic Date: Wed, 29 Jun 2005 07:17:42 +0000 Subject: Reworked the kernel page. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6221 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/kernel.xml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 66c0d44ea..2948a241a 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -63,12 +63,14 @@ url="&blfs-root;view/svn/longindex.html#kernel-config-index"/>: situations. See the README file for more information. -When configuring the kernel, be sure to enable the -Support for hot-pluggable devices option under the -General Setup menu. This enables hotplug events that -are used by udev to populate the /dev directory with device -nodes. +When configuring the kernel, be sure to enable the Support +for hot-pluggable devices option under the General Setup +menu. This enables hotplug events that are used by udev to +populate the /dev directory with device +nodes. Likewise, enable the Virtual memory file system support +option under the File systems/Pseudo filesystems +menu. This enables the virtual filesystem that the /dev directory will be mounted on. If desired, skip kernel configuration by copying the kernel config file, .config, from the host system @@ -78,11 +80,6 @@ we do not recommend this option. It is often better to explore all the configuration menus and create the kernel configuration from scratch. -For POSIX-shared memory support, ensure that the kernel config -option Virtual memory file system support is enabled. -It resides within the File systems menu and is normally -enabled by default. - LFS Bootscripts make the assumption that both Support for Host-side USB and USB device filesystem have been compiled directly into the kernel, or that neither is compiled at all. The bootscripts will not @@ -137,7 +134,7 @@ required to complete the installation. Some files need to be copied to the /boot directory. The path to the kernel image may vary depending on the platform -being used. Issue the following command to install the kernel: +being used. The following command assumes an x86 architecture: cp arch/i386/boot/bzImage /boot/lfskernel-&linux-version; -- cgit v1.2.3-54-g00ecf