]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/install/halt
Bootvorgang des Installers weitergebracht.
[people/pmueller/ipfire-2.x.git] / config / install / halt
index 22a170e9ecf6cabf86ec479db468fc246a88af14..ecfe93c97451e3c2d4c93f56d52ad0ea3b60bcfa 100644 (file)
@@ -1,19 +1,18 @@
 #!/bin/sh
 echo "Shutting down..."
 echo "Sending all processes the TERM signal..." 
-/sbin/killall5 -15
+/bin/killall5 -15
 sleep 3
 echo "Sending all processes the KILL signal..."
-/sbin/killall5 -9
+/bin/killall5 -9
 sleep 3
-echo "Unmounting /cdrom, /harddisk/boot, /harddisk/var/log and /harddisk"
-/sbin/umount /cdrom
-/sbin/umount /harddisk/boot
-/sbin/umount /harddisk/var/log
-/sbin/umount /harddisk
-echo "Unmounting /proc"
-/sbin/umount /proc/bus/usb
-/sbin/umount /proc
+echo "Unmounting filesystems"
+/bin/umount /tmp
+/bin/umount /sys
+/bin/umount /dev/pts
+/bin/umount /dev
+/bin/umount /root
+/bin/umount /proc
 echo "Unmounting root"
-/sbin/mount -n -o remount,ro /
-/sbin/reboot -i -d -p
+/bin/mount -n -o remount,ro /
+/bin/reboot