gnomeos: Make sure /dev/shm has the right perms

This commit is contained in:
Colin Walters 2012-01-26 19:35:06 -05:00
parent 483daa4102
commit 927a4e5893
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ fakeroot do_rootfs () {
# The default fstab has /, which we don't want, and we do want /sys and /dev/shm # The default fstab has /, which we don't want, and we do want /sys and /dev/shm
cat > ${IMAGE_ROOTFS}/etc/fstab << EOF cat > ${IMAGE_ROOTFS}/etc/fstab << EOF
tmpfs /dev/shm tmpfs defaults 0 0 tmpfs /dev/shm tmpfs mode=1777,nosuid,nodev 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0 sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0 proc /proc proc defaults 0 0