root
This commit is contained in:
parent
f2505d7088
commit
510a00dc93
@ -33,6 +33,12 @@ mountlate_start()
|
||||
stop_boot true
|
||||
;;
|
||||
esac
|
||||
|
||||
# If we booted a special kernel remove the record
|
||||
# so we will boot the default kernel next time.
|
||||
if [ -x /sbin/nextboot ]; then
|
||||
/sbin/nextboot -D
|
||||
fi
|
||||
}
|
||||
|
||||
load_rc_config $name
|
||||
|
Loading…
Reference in New Issue
Block a user