diff options
Diffstat (limited to 'root/etc/preinit')
-rwxr-xr-x | root/etc/preinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/etc/preinit b/root/etc/preinit index 26025f454..ccd3ab5be 100755 --- a/root/etc/preinit +++ b/root/etc/preinit @@ -1,7 +1,7 @@ #!/bin/sh mount none /proc -t proc +mtd unlock mtd4 if /sbin/resetmon ; then - mtd unlock mtd4 mount -t jffs2 /dev/mtdblock/4 /jffs pivot_root /jffs /jffs/rom mount none /dev -t devfs |