diff --git a/modules/system/boot/stage-1-init.sh b/modules/system/boot/stage-1-init.sh index cd7bec22471..b2d93a8fd08 100644 --- a/modules/system/boot/stage-1-init.sh +++ b/modules/system/boot/stage-1-init.sh @@ -8,7 +8,7 @@ export PATH=@extraUtils@/bin fail() { if [ -n "$panicOnFail" ]; then exit 1; fi - + # If starting stage 2 failed, allow the user to repair the problem # in an interactive shell. cat <