diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-15 09:24:40 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-15 09:24:40 +0200 |
commit | d4c8dce41281747caf8a0537a3c41b64e78f767c (patch) | |
tree | 548a5d925622d17ff3fc2c98699a98a2d476d65f /chapter07/kernfs.xml | |
parent | df1207e0fb2613f19cb89b8c2bddf24b72e1ec6a (diff) | |
parent | 06e7b3611839ab0051fb09e6ae1abc3dfad1ca4e (diff) |
Merge branch 'trunk' into plabs/condxml
Diffstat (limited to 'chapter07/kernfs.xml')
-rw-r--r-- | chapter07/kernfs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/kernfs.xml b/chapter07/kernfs.xml index a23b7e195..f34155d7b 100644 --- a/chapter07/kernfs.xml +++ b/chapter07/kernfs.xml @@ -104,7 +104,7 @@ mount -vt tmpfs tmpfs $LFS/run</userinput></screen> --> <para>In some host systems, <filename>/dev/shm</filename> is a symbolic link to <filename class="directory">/run/shm</filename>. - The /run tmpfs was mounted above so in this case only a + The /run tmpfs was mounted above so in this case only a directory needs to be created.</para> <screen><userinput>if [ -h $LFS/dev/shm ]; then |