temporary hack: delay resetmon checking by 1 sec
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 9 May 2004 21:43:28 +0000 (21:43 +0000)
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 9 May 2004 21:43:28 +0000 (21:43 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21 3c298f89-4303-0410-b956-a3cf2f4a3e73

root/etc/preinit

index ccd3ab5..f9bfd44 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
 mount none /proc -t proc
 mtd unlock mtd4
+sleep 1
 if /sbin/resetmon ; then
   mount -t jffs2 /dev/mtdblock/4 /jffs
   pivot_root /jffs /jffs/rom
This page took 0.026681 seconds and 4 git commands to generate.