aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-09-27 22:56:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-09-27 22:56:11 +0000
commit0b313642a662a22c487cddca9a39e21a4fb66eb5 (patch)
treef4dd31b66deab0d3ea4178861558052a2e67b51e
parent36a6fe4ff6baef06d38560ccd9b2dd3437b9cf8d (diff)
downloadmaster-187ad058-0b313642a662a22c487cddca9a39e21a4fb66eb5.tar.gz
master-187ad058-0b313642a662a22c487cddca9a39e21a4fb66eb5.tar.bz2
master-187ad058-0b313642a662a22c487cddca9a39e21a4fb66eb5.zip
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 8453b30096..8453b30096 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 835d60255b..86d4ef95fb 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"