diff options
author | Daniel Baumann <daniel@debian.org> | 2013-01-27 11:16:25 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:05 +0200 |
commit | d06b25079fb147be2cdc8a201662f7bc6da2211f (patch) | |
tree | 82087ebe3f55a96c92618da7c56aaf04d1239f09 /scripts/build/bootstrap | |
parent | 3b7335e86b40620e506fca3f270ccb2c8b9d7edb (diff) | |
download | vyos-live-build-d06b25079fb147be2cdc8a201662f7bc6da2211f.tar.gz vyos-live-build-d06b25079fb147be2cdc8a201662f7bc6da2211f.zip |
Adding bootrap_archive-keys to establish secure trust-chain on top of debian-keyring for derivatives.
Diffstat (limited to 'scripts/build/bootstrap')
-rwxr-xr-x | scripts/build/bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/bootstrap b/scripts/build/bootstrap index 3e9cbb160..f7c58dda8 100755 --- a/scripts/build/bootstrap +++ b/scripts/build/bootstrap @@ -38,4 +38,5 @@ Setup_cleanup lb bootstrap_cache restore ${@} lb bootstrap_cdebootstrap ${@} lb bootstrap_debootstrap ${@} +lb bootstrap_archive-keys ${@} lb bootstrap_cache save ${@} |