aboutsummaryrefslogtreecommitdiffstats
path: root/package
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
commit0f9f23aebeb6a5ad45bde4f26f0c095821f3ce5b (patch)
tree4e15e1260ac2fc8316754ff3c473803097443d6b /package
parent780edd9443043758e4e08c6952520f3bbf869baf (diff)
downloadupstream-0f9f23aebeb6a5ad45bde4f26f0c095821f3ce5b.tar.gz
upstream-0f9f23aebeb6a5ad45bde4f26f0c095821f3ce5b.tar.bz2
upstream-0f9f23aebeb6a5ad45bde4f26f0c095821f3ce5b.zip
base-files: move firstboot to /sbin
SVN-Revision: 17775
Diffstat (limited to 'package')
-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"