From: Mike Baker Date: Sun, 9 May 2004 21:43:28 +0000 (+0000) Subject: temporary hack: delay resetmon checking by 1 sec X-Git-Tag: reboot~33684 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=356271aaa4425b5fa5383efc5a5603daf983ad1e;p=oweals%2Fopenwrt.git temporary hack: delay resetmon checking by 1 sec SVN-Revision: 21 --- diff --git a/root/etc/preinit b/root/etc/preinit index ccd3ab5bee..f9bfd44b6b 100755 --- a/root/etc/preinit +++ b/root/etc/preinit @@ -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