From 0f9f23aebeb6a5ad45bde4f26f0c095821f3ce5b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 27 Sep 2009 22:56:11 +0000 Subject: [PATCH] base-files: move firstboot to /sbin SVN-Revision: 17775 --- package/base-files/files/{bin => sbin}/firstboot | 0 package/base-files/files/sbin/mount_root | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename package/base-files/files/{bin => sbin}/firstboot (100%) diff --git a/package/base-files/files/bin/firstboot b/package/base-files/files/sbin/firstboot similarity index 100% rename from package/base-files/files/bin/firstboot rename to 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" -- 2.25.1