summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2011-05-20 08:29:59 (GMT)
committerColin Watson <cjwatson@debian.org>2011-05-20 08:29:59 (GMT)
commit4bab1a20741b9864445d3f5c0203697ed52ea224 (patch)
tree3f588f2f09d88ca462b84dd782e714222ddf0a3f /scripts
parent9cc47c88a2ea16f75a05709f213bf14c48603a19 (diff)
downloaddebootstrap-4bab1a20741b9864445d3f5c0203697ed52ea224.zip
debootstrap-4bab1a20741b9864445d3f5c0203697ed52ea224.tar.gz
debootstrap-4bab1a20741b9864445d3f5c0203697ed52ea224.tar.bz2
If ubuntu-keyring is installed, check Release signatures against it when bootstrapping Ubuntu gutsy and later.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/gutsy1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gutsy b/scripts/gutsy
index 24c6a3f..705cac5 100644
--- a/scripts/gutsy
+++ b/scripts/gutsy
@@ -20,6 +20,7 @@ mirror_style release
download_style apt
finddebs_style from-indices
variants - buildd fakechroot minbase
+keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg
if doing_variant fakechroot; then
test "$FAKECHROOT" = "true" || error 1 FAKECHROOTREQ "This variant requires fakechroot environment to be started"