* Ensure that the ‘mount-failed’ and ‘emergency-shell’ tasks don't get

started by ‘switch-to-configuration.sh’.

svn path=/nixos/branches/boot-order/; revision=22473
This commit is contained in:
Eelco Dolstra 2010-07-05 09:28:22 +00:00
parent 1f97de224f
commit 4225181fa1

View file

@ -177,6 +177,7 @@ in
startOn = "mount-failed";
script =
''
[ -n "$MOUNTPOINT" ] || exit 0
start --no-wait emergency-shell \
DEVICE="$DEVICE" MOUNTPOINT="$MOUNTPOINT"
'';
@ -191,6 +192,8 @@ in
script =
''
[ -n "$MOUNTPOINT" ] || exit 0
exec < /dev/console > /dev/console 2>&1
cat <<EOF