summaryrefslogtreecommitdiffstats
path: root/rescue/tree/etc/rc.reboot
blob: 79318f1f738d6837e8d3fe39a6bd00989a077336 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

sleep 1
/sbin/killall5 -9

umount -a -f -t noproc
mount -n -o remount,ro /

reboot -i -d