rc: advise a reboot if not in boot mode

This commit is contained in:
Franco Fichtner 2017-03-01 07:00:38 +01:00
parent 3ebbdfd994
commit 1bf82da319

View File

@ -176,4 +176,8 @@ else
# XXX redo
fi
if [ -z "${DO_BOOT}" ]; then
echo "Please reboot."
fi
bootstrap_and_exit