From de0e77144320415b16b40eed6babb0069ae4ba43 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 20 Aug 2013 12:55:18 +0000 Subject: [PATCH] Monir tweaks git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10321 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/util-linux.xml | 10 ++++++---- chapter08/kernel.xml | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index d4c56f4c6..f258a42c9 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -84,10 +84,12 @@ mkdir -pv /var/lib/hwclock If desired, run the test suite as a non-root user: Running the test suite as the root user can be harmful to - your system. To run it, the kernel CONFIG_SCSI_DEBUG option for the - kernel must be available in the currently running system. For complete - coverage, other BLFS packages must be installed. If desired, this - test can be run after rebooting into the completed LFS system and running: + your system. To run it, the kernel CONFIG_SCSI_DEBUG option for the kernel + must be available in the currently running system. The CONFIG_SCSI_DEBUG + option must be built as a module. Building it into the kernel will prevent + booting. For complete coverage, other BLFS packages must be installed. If + desired, this test can be run after rebooting into the completed LFS system + and running: bash tests/run.sh --srcdir=$PWD --builddir=$PWD diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 3b91f4849..ee17aa8c6 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -236,7 +236,7 @@ EOF config-&linux-version;, - vmlinux-&linux-version;-lfs-&version;-&linux-version;, and + vmlinuz-&linux-version;-lfs-&version;-&linux-version;, and System.map-&linux-version; /lib/modules, /usr/share/doc/linux-&linux-version; @@ -258,7 +258,7 @@ EOF - vmlinux-&linux-version;-lfs-&version; + vmlinuz-&linux-version;-lfs-&version; The engine of the Linux system. When turning on the computer, the kernel is the first part of the operating system that gets loaded.