Monir tweaks

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10321 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2013-08-20 12:55:18 +00:00
parent b5b97081a9
commit de0e771443
2 changed files with 8 additions and 6 deletions

View File

@ -84,10 +84,12 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
<para>If desired, run the test suite as a non-root user:</para> <para>If desired, run the test suite as a non-root user:</para>
<warning><para>Running the test suite as the root user can be harmful to <warning><para>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 your system. To run it, the kernel CONFIG_SCSI_DEBUG option for the kernel
kernel must be available in the currently running system. For complete must be available in the currently running system. The CONFIG_SCSI_DEBUG
coverage, other BLFS packages must be installed. If desired, this option must be built as a module. Building it into the kernel will prevent
test can be run after rebooting into the completed LFS system and running:</para> 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:</para>
<screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen> <screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen>
</warning> </warning>

View File

@ -236,7 +236,7 @@ EOF</userinput></screen>
<seglistitem> <seglistitem>
<seg>config-&linux-version;, <seg>config-&linux-version;,
vmlinux-&linux-version;-lfs-&version;-&linux-version;, and vmlinuz-&linux-version;-lfs-&version;-&linux-version;, and
System.map-&linux-version;</seg> System.map-&linux-version;</seg>
<seg>/lib/modules, /usr/share/doc/linux-&linux-version;</seg> <seg>/lib/modules, /usr/share/doc/linux-&linux-version;</seg>
</seglistitem> </seglistitem>
@ -258,7 +258,7 @@ EOF</userinput></screen>
</varlistentry> </varlistentry>
<varlistentry id="lfskernel"> <varlistentry id="lfskernel">
<term><filename>vmlinux-&linux-version;-lfs-&version;</filename></term> <term><filename>vmlinuz-&linux-version;-lfs-&version;</filename></term>
<listitem> <listitem>
<para>The engine of the Linux system. When turning on the computer, <para>The engine of the Linux system. When turning on the computer,
the kernel is the first part of the operating system that gets loaded. the kernel is the first part of the operating system that gets loaded.