Index: dracut/modules.d/99base/init.sh
===================================================================
--- dracut.orig/modules.d/99base/init.sh	2013-03-27 13:41:43.000000000 +0100
+++ dracut/modules.d/99base/init.sh	2013-03-28 19:36:07.063834041 +0100
@@ -66,11 +66,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 
