diff options
Diffstat (limited to 'chapter08/kernel-inst.xml')
-rw-r--r-- | chapter08/kernel-inst.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter08/kernel-inst.xml b/chapter08/kernel-inst.xml index 480db6a1b..00f6c23b1 100644 --- a/chapter08/kernel-inst.xml +++ b/chapter08/kernel-inst.xml @@ -30,9 +30,9 @@ 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 -requirements, we must enable the tmpfs filesystem option, and mount a tmpfs -filesystem at <filename>/dev/shm</filename>.</para> +<para>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.</para> <para>Verify dependencies and create dependency information files:</para> |