From: mbm Date: Sun, 24 Apr 2005 05:07:41 +0000 (+0000) Subject: suspect umount may be causing reboot issues X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/3c82903ec677841f11e1bec30fb04837c81e543f suspect umount may be causing reboot issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@708 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/target/default/target_skeleton/sbin/halt b/openwrt/target/default/target_skeleton/sbin/halt index 2aee6930b..39eed2612 100755 --- a/openwrt/target/default/target_skeleton/sbin/halt +++ b/openwrt/target/default/target_skeleton/sbin/halt @@ -1,3 +1,3 @@ #!/bin/sh /usr/bin/killall5 -9 -umount -ar +#umount -ar