]>
git.ipfire.org Git - ipfire-2.x.git/blob - src/initscripts/init.d/reboot
2 ########################################################################
3 # Begin $rc_base/init.d/reboot
5 # Description : Reboot Scripts
7 # Authors : Gerard Beekmans - gerard@linuxfromscratch.org
13 ########################################################################
21 boot_mesg
"Remount root readonly..."
22 mount
-f -o remount
,ro
/ > /dev
/null
2>&1
24 boot_mesg
"Prepare for reboot..."
30 echo "Usage: ${0} {stop}"
36 # End $rc_base/init.d/reboot