Index: dracut/modules.d/99base/init.sh
===================================================================
--- dracut.orig/modules.d/99base/init.sh	2012-06-03 23:05:34.963039132 +0200
+++ dracut/modules.d/99base/init.sh	2012-06-03 23:05:40.852039264 +0200
@@ -55,11 +55,6 @@
     mount -t devpts -o gid=5,mode=620,noexec,nosuid devpts /dev/pts >/dev/null 
 fi
 
-if ! ismounted /dev/shm; then
-    mkdir -m 0755 /dev/shm
-    mount -t tmpfs -o mode=1777,nosuid,nodev,strictatime tmpfs /dev/shm >/dev/null 
-fi
-
 if ! ismounted /run; then
     mkdir -m 0755 /newrun
     mount -t tmpfs -o mode=0755,nosuid,nodev,strictatime tmpfs /newrun >/dev/null 
