diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-05-07 22:41:36 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-05-07 22:41:36 +0000 |
commit | e6a04b383a9e5fe8279c58d0753e9d84f75e33ea (patch) | |
tree | d4696fe042a844d14719b109937a46dcf0f7ce57 /root/etc/preinit | |
parent | a5719244d66a8cbc92b428f8baf30d9f7fa44702 (diff) |
move to new init.d structure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |