summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-09-27 22:56:11 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-09-27 22:56:11 +0000
commit4a7259e39d753e820c850f608e88ddaef5ed04b9 (patch)
treef4dd31b66deab0d3ea4178861558052a2e67b51e
parentac76191efe08f6a7b1a0285cbc0658fc9510aeec (diff)
base-files: move firstboot to /sbin
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17775 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-xpackage/base-files/files/sbin/firstboot (renamed from package/base-files/files/bin/firstboot)0
-rwxr-xr-xpackage/base-files/files/sbin/mount_root2
2 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/bin/firstboot b/package/base-files/files/sbin/firstboot
index 8453b3009..8453b3009 100755
--- a/package/base-files/files/bin/firstboot
+++ b/package/base-files/files/sbin/firstboot
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"