diff options
author | Mirko Vogt <mirko@openwrt.org> | 2012-12-19 16:07:53 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2012-12-19 16:07:53 +0000 |
commit | 4d4b2d3ced9bdedf0fa78782af9f1a83535191bb (patch) | |
tree | 16edd6698aaec39675d3e322c976bdb9f84fc163 /package/base-files/files/sbin/mount_root | |
parent | e34a4e0c7b64aa2cc9ccd1b3f69a16db921daf77 (diff) | |
download | mtk-20170518-4d4b2d3ced9bdedf0fa78782af9f1a83535191bb.zip mtk-20170518-4d4b2d3ced9bdedf0fa78782af9f1a83535191bb.tar.gz mtk-20170518-4d4b2d3ced9bdedf0fa78782af9f1a83535191bb.tar.bz2 |
merge /lib/functions/boot.sh and /lib/functions.sh
SVN-Revision: 34794
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 2d73dac..1c48eba 100755 --- a/package/base-files/files/sbin/mount_root +++ b/package/base-files/files/sbin/mount_root @@ -10,7 +10,7 @@ failsafe_hook= initramfs_hook= preinit_mount_root= -. /lib/functions/boot.sh +. /lib/functions.sh for pi_source_file in /lib/preinit/*; do . $pi_source_file |