From 22fde22e35f98f7830c2f8955465532328348cd1 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 29 Jun 2011 15:46:16 +0200 Subject: Create and mount /dev/shm The /dev/shm directory is neither created nor mounted as tmpfs as boot time. This will cause troubles when using named semaphores on the system. Signed-off-by: Maxime Ripard Signed-off-by: Peter Korsgaard --- fs/skeleton/etc/fstab | 1 + 1 file changed, 1 insertion(+) (limited to 'fs/skeleton/etc/fstab') diff --git a/fs/skeleton/etc/fstab b/fs/skeleton/etc/fstab index 87d9da08e..a2f56ffa6 100644 --- a/fs/skeleton/etc/fstab +++ b/fs/skeleton/etc/fstab @@ -4,5 +4,6 @@ /dev/root / ext2 rw,noauto 0 1 proc /proc proc defaults 0 0 devpts /dev/pts devpts defaults,gid=5,mode=620 0 0 +tmpfs /dev/shm tmpfs mode=0777 0 0 tmpfs /tmp tmpfs defaults 0 0 sysfs /sys sysfs defaults 0 0 -- cgit v1.2.3