diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-24 05:24:03 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-24 05:24:03 +0000 |
commit | 4e6508d7fe06af26aedce12a660c9ba76bff361b (patch) | |
tree | f0e2b741e23693b6b8aa9adc03086168c21d5e1f /openwrt/target/default/target_skeleton/sbin/mount_root | |
parent | 3c82903ec677841f11e1bec30fb04837c81e543f (diff) |
*** empty log message ***
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@709 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/default/target_skeleton/sbin/mount_root')
-rwxr-xr-x | openwrt/target/default/target_skeleton/sbin/mount_root | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/default/target_skeleton/sbin/mount_root b/openwrt/target/default/target_skeleton/sbin/mount_root index 06d8b8563..409fe38fd 100755 --- a/openwrt/target/default/target_skeleton/sbin/mount_root +++ b/openwrt/target/default/target_skeleton/sbin/mount_root @@ -7,7 +7,7 @@ if [ "$1" != "failsafe" ]; then mtd unlock linux mtd erase OpenWrt jffs2root --move - } + } & mtd unlock rootfs mount -o remount,rw /dev/root / else |