diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-07-07 05:11:08 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-07-07 05:11:08 +0000 |
commit | c16f39693eed57459fe5dab8d8544b4ac0dd1704 (patch) | |
tree | c57179c4ae7aae6bbbdec0e04d987520c464e198 /root/etc/preinit | |
parent | 217e8b330803a13fa4ff9b37882e3b53ccfdecdf (diff) |
minor changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@74 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'root/etc/preinit')
-rwxr-xr-x | root/etc/preinit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/root/etc/preinit b/root/etc/preinit index 25fedc1e6..099d2dc56 100755 --- a/root/etc/preinit +++ b/root/etc/preinit @@ -4,8 +4,8 @@ insmod diag echo 0x01 > /proc/sys/diag sleep 1 if /sbin/resetmon ; then - mtd unlock mtd4 - mount -t jffs2 /dev/mtdblock/4 /jffs + mount -t jffs2 /dev/mtdblock/4 /jffs && \ + mtd unlock mtd4 & pivot_root /jffs /jffs/rom mount none /dev -t devfs mount none /proc -t proc |