diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-04 13:34:43 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-11-04 13:34:43 +0100 |
commit | 83dacd9b39fdfd3053fcbc2c80fc3151525ed42d (patch) | |
tree | b92a200d463973b8acf96d27ba078e04762a6059 /scripts/build/bootstrap | |
parent | 35919637afca7890c183930418f1d0580361f5dc (diff) | |
download | vyos-live-build-83dacd9b39fdfd3053fcbc2c80fc3151525ed42d.tar.gz vyos-live-build-83dacd9b39fdfd3053fcbc2c80fc3151525ed42d.zip |
Stuffing bootstrapping of archive-keys for derivatives into lb_config, it's not a runtime thing and its logic should not be embedded in live-build but the config directory.
Diffstat (limited to 'scripts/build/bootstrap')
-rwxr-xr-x | scripts/build/bootstrap | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build/bootstrap b/scripts/build/bootstrap index 5c7080fb8..b50cd49b0 100755 --- a/scripts/build/bootstrap +++ b/scripts/build/bootstrap @@ -53,7 +53,6 @@ lb chroot_resolv install ${@} lb chroot_hostname install ${@} lb chroot_apt install ${@} -lb bootstrap_archive-keys ${@} lb bootstrap_archives binary ${@} lb bootstrap_hooks ${@} |