tweaks for 2M devices
[openwrt.git] / package / base-files / files / sbin / mount_root
index 1aa7db7..2006f01 100755 (executable)
@@ -47,7 +47,7 @@ jffs2_ready () {
                        . /bin/firstboot
                        jffs2_ready && {
                                echo "switching to jffs2"
-                               mount "$(find_mtd_part rootfs_data)" /jffs -t jffs2
+                               mount "$(find_mtd_part rootfs_data)" /jffs -t jffs2 && \
                                fopivot /jffs /rom
                        } || {
                                echo "jffs2 not ready yet; using ramdisk"
This page took 0.020814 seconds and 4 git commands to generate.