|
|
|
@ -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." |
|
|
|
|