X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=root%2Fetc%2Fpreinit;h=25fedc1e68eff77bf45c4dd1557bae975b09f475;hb=b398651ed8c8a1368dc28b93cb0e286bcead4ffa;hp=26025f454e4096e3b09276c5751c9c9676216937;hpb=a91ebb0ed744d2fcd5e9f30abaa2bb922c5b589c;p=openwrt-10.03%2F.git diff --git a/root/etc/preinit b/root/etc/preinit index 26025f454..25fedc1e6 100755 --- a/root/etc/preinit +++ b/root/etc/preinit @@ -1,5 +1,8 @@ #!/bin/sh mount none /proc -t proc +insmod diag +echo 0x01 > /proc/sys/diag +sleep 1 if /sbin/resetmon ; then mtd unlock mtd4 mount -t jffs2 /dev/mtdblock/4 /jffs @@ -9,8 +12,7 @@ if /sbin/resetmon ; then umount rom/proc umount rom/dev else - FAILSAFE=true - export FAILSAFE + export FAILSAFE=true fi mount none /tmp -t ramfs exec /sbin/init