diff options
Diffstat (limited to 'scripts/build/bootstrap')
-rwxr-xr-x | scripts/build/bootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
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 ${@} |