diff options
Diffstat (limited to 'chapter06/kernfs.xml')
-rw-r--r-- | chapter06/kernfs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/kernfs.xml b/chapter06/kernfs.xml index 51bcbe59c..b46f72437 100644 --- a/chapter06/kernfs.xml +++ b/chapter06/kernfs.xml @@ -72,7 +72,7 @@ mknod -m 666 $LFS/dev/null c 1 3</userinput></screen> mount -vt proc proc $LFS/proc mount -vt sysfs sysfs $LFS/sys</userinput></screen> - <para>In some host systems, <filename>/dev/shm</filename> is a + <para>In some host systems, <filename>/dev/shm</filename> is a symbolic link to <filename class="directory">/run/shm</filename>. Inside a chroot environment, this temporary file system needs to be mounted separate from the host file system:</para> |