diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel-inst.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chapter08/kernel-inst.xml b/chapter08/kernel-inst.xml index 1716466c4..480db6a1b 100644 --- a/chapter08/kernel-inst.xml +++ b/chapter08/kernel-inst.xml @@ -25,15 +25,14 @@ on the source tree being clean after untarring.</para> in some situations. See the <filename>README</filename> file for more information.</para> -<para>If you wish, you may skip kernel configuration by copying the -kernel config file, <filename>.config</filename>, from your host -system to the +<para>If you wish, you may skip kernel configuration by simply copying the +kernel config file, <filename>.config</filename>, from your host system to the <filename class="directory">$LFS/usr/src/linux-&kernel-version;</filename> directory.</para> -<para>It's important to note that to be compliant with Posix shared memory +<para>It's important to note that to be compliant with POSIX shared memory requirements, we must enable the tmpfs filesystem option, and mount a tmpfs -filesystem at /dev/shm.</para> +filesystem at <filename>/dev/shm</filename>.</para> <para>Verify dependencies and create dependency information files:</para> |