Browse Source

systemd/dracut-initqueue.sh: fstab is not a directory

master
Harald Hoyer 11 years ago
parent
commit
9a3676a88f
  1. 2
      modules.d/98systemd/dracut-initqueue.sh

2
modules.d/98systemd/dracut-initqueue.sh

@ -67,7 +67,7 @@ while :; do @@ -67,7 +67,7 @@ while :; do

main_loop=$(($main_loop+1))
if [ $main_loop -gt $RDRETRY ]; then
if ! [ -d /sysroot/etc/fstab ] || ! [ -e /sysroot/sbin/init ] ; then
if ! [ -f /sysroot/etc/fstab ] || ! [ -e /sysroot/sbin/init ] ; then
action_on_fail "Could not boot." && break
fi
warn "Not all disks have been found."

Loading…
Cancel
Save