X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3fef5a6916d329dad1314e4aafef466010734829..cf95df7f3d2bac25d80b7cf113ba7a589300eada:/package/base-files/files/sbin/mount_root diff --git a/package/base-files/files/sbin/mount_root b/package/base-files/files/sbin/mount_root index 835d60255..86d4ef95f 100755 --- a/package/base-files/files/sbin/mount_root +++ b/package/base-files/files/sbin/mount_root @@ -9,7 +9,7 @@ jffs2_ready () { } grep rootfs_data /proc/mtd >/dev/null 2>/dev/null && { - . /bin/firstboot + . /sbin/firstboot mtd unlock rootfs_data jffs2_ready && { echo "switching to jffs2"