diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-09-27 22:56:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-09-27 22:56:11 +0000 |
commit | 0b313642a662a22c487cddca9a39e21a4fb66eb5 (patch) | |
tree | f4dd31b66deab0d3ea4178861558052a2e67b51e /package/base-files/files/sbin/mount_root | |
parent | 36a6fe4ff6baef06d38560ccd9b2dd3437b9cf8d (diff) | |
download | upstream-0b313642a662a22c487cddca9a39e21a4fb66eb5.tar.gz upstream-0b313642a662a22c487cddca9a39e21a4fb66eb5.tar.bz2 upstream-0b313642a662a22c487cddca9a39e21a4fb66eb5.zip |
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" |