From 356271aaa4425b5fa5383efc5a5603daf983ad1e Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Sun, 9 May 2004 21:43:28 +0000 Subject: [PATCH] temporary hack: delay resetmon checking by 1 sec SVN-Revision: 21 --- root/etc/preinit | 1 + 1 file changed, 1 insertion(+) 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