dracut.sh: no need to make subdirs in run

master
Harald Hoyer 2013-10-16 11:39:17 +02:00
parent 68b736b50f
commit 8d89fc6bb1
1 changed files with 1 additions and 1 deletions

View File

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

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