]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
init: mount /dev/shm
authorHarald Hoyer <harald@redhat.com>
Wed, 30 Sep 2009 13:04:36 +0000 (15:04 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 30 Sep 2009 13:04:36 +0000 (15:04 +0200)
modules.d/99base/init

index 455e809dd1d73367baccd0f7f0c10e9fbddcb4a0..5bbf0db19b7a770b0a7b8c8f44cc8e07e1616494 100755 (executable)
@@ -56,6 +56,7 @@ fi
 mkdir /dev/shm
 mkdir /dev/pts
 mount -t devpts -o gid=5,mode=620 /dev/pts /dev/pts >/dev/null 2>&1
+mount -t tmpfs /dev/shm /dev/shm >/dev/null 2>&1
 
 UDEVVERSION=$(udevadm --version)