From edde8d40b677a02d729e299aa0f986598deb287d Mon Sep 17 00:00:00 2001 From: mbm Date: Tue, 13 Jul 2004 02:51:21 +0000 Subject: split ifup/ifdown/wifi into standalone scripts git-svn-id: svn://svn.openwrt.org/openwrt/trunk@94 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- root/etc/preinit | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'root/etc/preinit') diff --git a/root/etc/preinit b/root/etc/preinit index 25fedc1e6..1054282e8 100755 --- a/root/etc/preinit +++ b/root/etc/preinit @@ -9,8 +9,7 @@ if /sbin/resetmon ; then pivot_root /jffs /jffs/rom mount none /dev -t devfs mount none /proc -t proc - umount rom/proc - umount rom/dev + umount rom/proc rom/dev else export FAILSAFE=true fi -- cgit v1.2.3