Blame 0056-dracut-create-dev-besides-proc-sys-and-so.patch

Harald Hoyer 55891e
From 7c14b3688c83b14c95bafb4989871ffac2092c42 Mon Sep 17 00:00:00 2001
Harald Hoyer 55891e
From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= <aidecoe@aidecoe.name>
Harald Hoyer 55891e
Date: Sun, 4 Sep 2011 16:38:35 +0200
Harald Hoyer 55891e
Subject: [PATCH] dracut: create /dev besides /proc, /sys and so
Harald Hoyer 55891e
Harald Hoyer 55891e
How it worked without it?  The issue only manifests itself with
Harald Hoyer 55891e
initramfs integrated into kernel.
Harald Hoyer 55891e
---
Harald Hoyer 55891e
 dracut |    2 +-
Harald Hoyer 55891e
 1 files changed, 1 insertions(+), 1 deletions(-)
Harald Hoyer 55891e
Harald Hoyer 55891e
diff --git a/dracut b/dracut
Harald Hoyer 55891e
index 0e930c7..c9329bd 100755
Harald Hoyer 55891e
--- a/dracut
Harald Hoyer 55891e
+++ b/dracut
Harald Hoyer 55891e
@@ -510,7 +510,7 @@ if [[ $kernel_only != yes ]]; then
Harald Hoyer 55891e
         fi
Harald Hoyer 55891e
     done
Harald Hoyer 55891e
 
Harald Hoyer 55891e
-    for d in proc sys sysroot root run run/lock run/initramfs; do
Harald Hoyer 55891e
+    for d in dev proc sys sysroot root run run/lock run/initramfs; do
Harald Hoyer 55891e
         if [ -h "/$d" ]; then
Harald Hoyer 55891e
             inst "/$d"
Harald Hoyer 55891e
         else