From cea41ee6a61d844cde0b4dbd6d325f351dadf4b1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 20 Apr 2000 20:58:03 +0000 Subject: no_comment --- rescue/tree/etc/rc.reboot | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 rescue/tree/etc/rc.reboot (limited to 'rescue/tree/etc/rc.reboot') diff --git a/rescue/tree/etc/rc.reboot b/rescue/tree/etc/rc.reboot new file mode 100755 index 000000000..79318f1f7 --- /dev/null +++ b/rescue/tree/etc/rc.reboot @@ -0,0 +1,9 @@ +#!/bin/sh + +sleep 1 +/sbin/killall5 -9 + +umount -a -f -t noproc +mount -n -o remount,ro / + +reboot -i -d -- cgit v1.2.1