mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-20 12:19:24 +01:00
clfs-ng: match /dev/shm mount option with trunk
This commit is contained in:
parent
ef1f48bb2d
commit
d96366111e
@ -37,7 +37,7 @@ mount -vt devpts /dev/pts /dev/pts -o gid=5,mode=620
|
||||
mount -vt proc proc /proc
|
||||
mount -vt sysfs sysfs /sys
|
||||
mount -vt tmpfs tmpfs /run
|
||||
mount -vt tmpfs tmpfs /dev/shm</userinput></screen>
|
||||
mount -vt tmpfs tmpfs /dev/shm -o nosuid,nodev</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
<title>The meaning of the mount options for devpts:</title>
|
||||
|
Loading…
Reference in New Issue
Block a user