repo.or.cz
/
linux_from_scratch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
5.0-pre2 release
[linux_from_scratch.git]
/
bootscripts
/
rc.d
/
init.d
/
reboot
blob
d2b0f7c4d7368fbe16af3bab8ac3432647c5ee32
1
#!/bin/bash
2
# Begin $rc_base/init.d/reboot - Reboot Script
3
4
# Written by Gerard Beekmans - gerard@linuxfromscratch.org
5
6
source
/
etc
/
sysconfig
/
rc
7
source
$rc_functions
8
9
reboot
-d -f -i
10
11
# End $rc_base/init.d/reboot
12