5.0-pre2 release
[linux_from_scratch.git] / bootscripts / rc.d / init.d / reboot
blobd2b0f7c4d7368fbe16af3bab8ac3432647c5ee32
1 #!/bin/bash
2 # Begin $rc_base/init.d/reboot - Reboot Script
4 # Written by Gerard Beekmans - gerard@linuxfromscratch.org
6 source /etc/sysconfig/rc
7 source $rc_functions
9 reboot -d -f -i
11 # End $rc_base/init.d/reboot