clfs-ng: match /dev/shm mount option with trunk

This commit is contained in:
Xi Ruoyao 2022-10-01 16:04:46 +08:00
parent ef1f48bb2d
commit d96366111e
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -37,7 +37,7 @@ mount -vt devpts /dev/pts /dev/pts -o gid=5,mode=620
mount -vt proc proc /proc mount -vt proc proc /proc
mount -vt sysfs sysfs /sys mount -vt sysfs sysfs /sys
mount -vt tmpfs tmpfs /run 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> <variablelist>
<title>The meaning of the mount options for devpts:</title> <title>The meaning of the mount options for devpts:</title>