This commit is contained in:
Xin LI 2008-03-11 17:20:34 +00:00
parent f2505d7088
commit 510a00dc93

View File

@ -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