diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-27 22:56:11 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-27 22:56:11 +0000 |
commit | 4a7259e39d753e820c850f608e88ddaef5ed04b9 (patch) | |
tree | f4dd31b66deab0d3ea4178861558052a2e67b51e /package/base-files/files/sbin/mount_root | |
parent | ac76191efe08f6a7b1a0285cbc0658fc9510aeec (diff) |
base-files: move firstboot to /sbin
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17775 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/sbin/mount_root')
-rwxr-xr-x | package/base-files/files/sbin/mount_root | 2 |
1 files changed, 1 insertions, 1 deletions
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" |