diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/binary | 2 | ||||
-rwxr-xr-x | scripts/build/bootstrap | 4 | ||||
-rwxr-xr-x | scripts/build/chroot | 2 | ||||
-rwxr-xr-x | scripts/build/source | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/scripts/build/binary b/scripts/build/binary index 58febec6a..4ecf38779 100755 --- a/scripts/build/binary +++ b/scripts/build/binary @@ -68,7 +68,7 @@ lb binary_disk ${@} lb binary_loadlin ${@} lb binary_win32-loader ${@} lb binary_includes ${@} -lb binary_hooks ${@} +lb binary-hooks ${@} lb binary_checksums ${@} if [ "${LB_BUILD_WITH_CHROOT}" != "true" ] diff --git a/scripts/build/bootstrap b/scripts/build/bootstrap index 1d30dfe87..006d9d628 100755 --- a/scripts/build/bootstrap +++ b/scripts/build/bootstrap @@ -35,7 +35,7 @@ Set_defaults Setup_cleanup # Bootstrapping system -lb bootstrap_${LB_BOOTSTRAP} +lb bootstrap-${LB_BOOTSTRAP} # Configuring chroot lb chroot_devpts install ${@} @@ -53,7 +53,7 @@ lb chroot_hostname install ${@} lb chroot_apt install ${@} lb bootstrap_archives binary ${@} -lb bootstrap_hooks ${@} +lb bootstrap-hooks ${@} # Deconfiguring chroot lb chroot_apt remove ${@} diff --git a/scripts/build/chroot b/scripts/build/chroot index ca8ec65a7..ef4db8744 100755 --- a/scripts/build/chroot +++ b/scripts/build/chroot @@ -69,7 +69,7 @@ done lb chroot_live-packages ${@} lb chroot_includes ${@} -lb chroot_hooks ${@} +lb chroot-hooks ${@} lb chroot_hacks ${@} lb chroot_interactive ${@} diff --git a/scripts/build/source b/scripts/build/source index 4d4e9f0e1..d32cd44e0 100755 --- a/scripts/build/source +++ b/scripts/build/source @@ -51,7 +51,7 @@ lb chroot_archives source install ${@} lb source_live ${@} lb source_debian ${@} lb source_disk ${@} -lb source_hooks ${@} +lb source-hooks ${@} lb source_checksums ${@} # Building images |