summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/root
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/root')
-rwxr-xr-xetc/rc.d/root4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/rc.d/root b/etc/rc.d/root
index 8b81699..cc70301 100755
--- a/etc/rc.d/root
+++ b/etc/rc.d/root
@@ -34,9 +34,7 @@ root_start()
# If we booted a special kernel remove the record
# so we will boot the default kernel next time.
- if [ -e /boot/nextboot.conf ]; then
- rm -f /boot/nextboot.conf
- fi
+ /sbin/nextboot -D
}
load_rc_config $name
OpenPOWER on IntegriCloud