base-files: move firstboot to /sbin
[openwrt/staging/chunkeey.git] / package / base-files / files / sbin / mount_root
index 835d60255bff6eb999fc92c32ef6b78e9953e9d9..86d4ef95fbb0f5f785f84d5a6a663e6bbcc8b05f 100755 (executable)
@@ -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"