diff options
Diffstat (limited to 'package/base-files/files/sbin')
-rwxr-xr-x | package/base-files/files/sbin/firstboot | 2 | ||||
-rwxr-xr-x | package/base-files/files/sbin/mount_root | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/base-files/files/sbin/firstboot b/package/base-files/files/sbin/firstboot index 8fbd49990..7e9731b00 100755 --- a/package/base-files/files/sbin/firstboot +++ b/package/base-files/files/sbin/firstboot @@ -4,7 +4,7 @@ switch2jffs_hook= jffs2reset_hook= no_fo_hook= -. /lib/functions/boot.sh +. /lib/functions.sh firstboot_skip_next=false diff --git a/package/base-files/files/sbin/mount_root b/package/base-files/files/sbin/mount_root index 2d73dac53..1c48ebab1 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 |