summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/root
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/root')
-rwxr-xr-xetc/rc.d/root2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/root b/etc/rc.d/root
index a345893..77ae607 100755
--- a/etc/rc.d/root
+++ b/etc/rc.d/root
@@ -25,7 +25,7 @@ root_start()
[Nn][Oo] | '')
;;
*)
- if ! mount -u -o rw / ; then
+ if ! mount -u -o rw /; then
echo 'Mounting root filesystem rw failed, startup aborted'
exit 1
fi
OpenPOWER on IntegriCloud