diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2023-09-12 18:54:01 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2023-09-12 19:02:18 +0200 |
commit | e0a942748e6c2d475cc86ccab752d0f0379d2665 (patch) | |
tree | 8d9e444c80a76a3907106370c2b3f09fe4d649ff /chapter07 | |
parent | c5fe6ee346919cc7c33780d7b91350e4bf57b97b (diff) |
Make /dev/shm mount and umount verbose
Almost all commands in lfs are verbose. Don't know why these ones
were not.
Diffstat (limited to 'chapter07')
-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 b5b0762bb..4757b257d 100644 --- a/chapter07/kernfs.xml +++ b/chapter07/kernfs.xml @@ -109,7 +109,7 @@ mount -vt tmpfs tmpfs $LFS/run</userinput></screen> <screen><userinput>if [ -h $LFS/dev/shm ]; then mkdir -pv $LFS/$(readlink $LFS/dev/shm) else - mount -t tmpfs -o nosuid,nodev tmpfs $LFS/dev/shm + mount -vt tmpfs -o nosuid,nodev tmpfs $LFS/dev/shm fi</userinput></screen> </sect2> |