From 16cd09633edb80d587548ce3cd2296b4b803f210 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 20 Sep 2022 12:20:58 -0500 Subject: Adjust instructions for /dev/shm when creating virtual filesystems. Some host create /dev/shm as a tmpfs. Some have is as a symlink to a location in another directory. This change handles both cases. The change to the sysV bootscripts now creates /dev/shm as a separate tmpfs from /run. This makes LFS sysV and systemd versions treat /dev/shm the same. --- chapter10/fstab.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'chapter10/fstab.xml') diff --git a/chapter10/fstab.xml b/chapter10/fstab.xml index ebfae3aaf..f78b234db 100644 --- a/chapter10/fstab.xml +++ b/chapter10/fstab.xml @@ -32,6 +32,7 @@ sysfs /sys sysfs nosuid,noexec,nodev 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 tmpfs /run tmpfs defaults 0 0 devtmpfs /dev devtmpfs mode=0755,nosuid 0 0 +tmpfs /dev/shm tmpfs nosuid,nodev 0 0 # End /etc/fstab EOF -- cgit v1.2.3-54-g00ecf