Commit 1bf82da3 authored by Franco Fichtner's avatar Franco Fichtner

rc: advise a reboot if not in boot mode

parent 3ebbdfd9
...@@ -176,4 +176,8 @@ else ...@@ -176,4 +176,8 @@ else
# XXX redo # XXX redo
fi fi
if [ -z "${DO_BOOT}" ]; then
echo "Please reboot."
fi
bootstrap_and_exit bootstrap_and_exit
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment