diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2016-11-28 21:36:54 +0100 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2016-11-28 21:36:57 +0100 |
commit | d8ca2041ad455aab3ecdcdc1083820b500e78e76 (patch) | |
tree | 09ea64b25b00fb9a7c434455e22064b048c42db6 /scripts/build/bootstrap | |
parent | 63af37b9c51294d6a176dcd726176047790a7589 (diff) | |
download | vyos-live-build-d8ca2041ad455aab3ecdcdc1083820b500e78e76.tar.gz vyos-live-build-d8ca2041ad455aab3ecdcdc1083820b500e78e76.zip |
Get rid of useless bootstrap_archive-keys script
Closes: #773775
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 486f99cc3..53800ebc1 100755 --- a/scripts/build/bootstrap +++ b/scripts/build/bootstrap @@ -37,7 +37,6 @@ Setup_cleanup # Bootstrapping system lb bootstrap_cache restore ${@} lb bootstrap_debootstrap ${@} -lb bootstrap_archive-keys ${@} lb bootstrap_cache save ${@} # Configuring chroot |