diff options
| author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-26 02:32:16 +0000 |
|---|---|---|
| committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-26 02:32:16 +0000 |
| commit | f0aa43923c309c39cc61b1a932737ab87c66a029 (patch) | |
| tree | 3dff87c9cbbaa53f93351a41bdf920c299597639 /target/default/target_skeleton/etc/preinit | |
| parent | 7cd49ecd1cbad9a999f9d49fc7b389e4a1cc719e (diff) | |
bugfix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@294 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/default/target_skeleton/etc/preinit')
| -rwxr-xr-x | target/default/target_skeleton/etc/preinit | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/default/target_skeleton/etc/preinit b/target/default/target_skeleton/etc/preinit index d2036f4e5..28fe80526 100755 --- a/target/default/target_skeleton/etc/preinit +++ b/target/default/target_skeleton/etc/preinit @@ -11,10 +11,10 @@ else mtd unlock mtd4 mount -t jffs2 /dev/mtdblock/4 /jffs pivot_root /jffs /jffs/rom - mount none /dev -t devfs - mount none /proc -t proc - umount rom/proc } + mount none /dev -t devfs + mount none /proc -t proc + umount rom/proc fi mount none /tmp -t ramfs exec /sbin/init |
