|
From: Heiko Z. <smi...@us...> - 2010-04-26 20:22:31
|
Update of /cvsroot/devil-linux/build/config/etc/initrd In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv20593 Modified Files: linuxrc Log Message: resolved bug #68 busybox doesn't react on "reboot" Index: linuxrc =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/initrd/linuxrc,v retrieving revision 1.108 retrieving revision 1.109 diff -u -d -r1.108 -r1.109 --- linuxrc 18 Mar 2010 05:54:35 -0000 1.108 +++ linuxrc 26 Apr 2010 20:22:22 -0000 1.109 @@ -193,7 +193,7 @@ $RED echo "Rebooting..." sleep 3 - reboot + reboot -f echo "Oops... something went wrong..." $NORMAL /bin/sh |