summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/root
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/root')
-rwxr-xr-xetc/rc.d/root3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.d/root b/etc/rc.d/root
index b521e6f..37a3cbb 100755
--- a/etc/rc.d/root
+++ b/etc/rc.d/root
@@ -27,13 +27,12 @@ root_start()
*)
if ! mount -u -o rw /; then
echo 'Mounting root filesystem rw failed, startup aborted'
- exit 1
+ /bin/kill -QUIT $$
fi
;;
esac
umount -a >/dev/null 2>&1
- mount /
# If we booted a special kernel remove the record
# so we will boot the default kernel next time.
OpenPOWER on IntegriCloud