base-files: move firstboot to /sbin
authorFelix Fietkau <nbd@openwrt.org>
Sun, 27 Sep 2009 22:56:11 +0000 (22:56 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 27 Sep 2009 22:56:11 +0000 (22:56 +0000)
SVN-Revision: 17775

package/base-files/files/sbin/firstboot [moved from package/base-files/files/bin/firstboot with 100% similarity]
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"