diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-04 17:09:45 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-04 17:10:22 +0100 |
commit | 9e3863aa8fc22fe0a671b5d38431b2d311fad472 (patch) | |
tree | c9f7369160f8d9c1b98f96697f6572c724e88b6e /scripts/build/bootstrap | |
parent | f3fe376f61663268011d4de2b5c415c1fdd3f494 (diff) | |
download | vyos-live-build-9e3863aa8fc22fe0a671b5d38431b2d311fad472.tar.gz vyos-live-build-9e3863aa8fc22fe0a671b5d38431b2d311fad472.zip |
Switching to later submodule naming scheme for python stubs.
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 ${@} |