New Installer based on dracut hw-detection (uClibc removed).

This commit is contained in:
Arne Fitzenreiter
2010-08-11 17:23:41 +02:00
parent eb91255c85
commit 6cf9e77034
52 changed files with 231 additions and 693 deletions

View File

@@ -0,0 +1,22 @@
#!/bin/bash
/usr/local/sbin/setup /dev/tty2 INSTALL
/usr/bin/clear
echo "Reboot ..."
echo "Sending all processes the TERM signal..."
/sbin/killall5 -15
sleep 3
echo "Sending all processes the KILL signal..."
/sbin/killall5 -15
sleep 3
echo "Unmounting Filesystems..."
/bin/umount /sys
/bin/umount /dev/pts
/bin/umount /proc
/bin/umount /boot
/bin/umount /var/log/rrd
/bin/umount /var/lock
/bin/umount /var/run
/bin/umount /var
rm -f /etc/rc.d/rcsysinit.d/S75firstsetup \
&& /bin/mount -n -o remount,ro / \
&& /sbin/reboot -f