dracut: create /dev besides /proc, /sys and so

How it worked without it?  The issue only manifests itself with
initramfs integrated into kernel.
master
Amadeusz Żołnowski 2011-09-04 16:38:35 +02:00 committed by Harald Hoyer
parent 69063507d4
commit 7c14b3688c
1 changed files with 1 additions and 1 deletions

2
dracut
View File

@ -510,7 +510,7 @@ if [[ $kernel_only != yes ]]; then
fi
done

for d in proc sys sysroot root run run/lock run/initramfs; do
for d in dev proc sys sysroot root run run/lock run/initramfs; do
if [ -h "/$d" ]; then
inst "/$d"
else