summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-03-25 18:23:24 (GMT)
committerJoey Hess <joey@kitenet.net>2011-03-25 18:23:24 (GMT)
commita83170288740003d23968f8107d1ad32e0dc0452 (patch)
tree12e67976eba33f4a8446b95c7fbc043780ec2a09 /scripts
parente5c267d5b0d0e153ba6a72eb56e7e76ada15edbc (diff)
downloaddebootstrap-a83170288740003d23968f8107d1ad32e0dc0452.zip
debootstrap-a83170288740003d23968f8107d1ad32e0dc0452.tar.gz
debootstrap-a83170288740003d23968f8107d1ad32e0dc0452.tar.bz2
check keyrings by default, when possible
* Recommend debian-archive-keyring, and if it is installed, default to checking gpg signatures of the Release file against it when bootstrapping sid, squeeze, wheezy, etch, and lenny. Closes: #560038 * Add --no-check-gpg option that can be used to disable release file verification. * Needs base-installer 1.117.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/sid1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/sid b/scripts/sid
index 5febdcc..5ab6af3 100644
--- a/scripts/sid
+++ b/scripts/sid
@@ -2,6 +2,7 @@ mirror_style release
download_style apt
finddebs_style from-indices
variants - buildd fakechroot minbase scratchbox
+keyring /usr/share/keyrings/debian-archive-keyring.gpg
if doing_variant fakechroot; then
test "$FAKECHROOT" = "true" || error 1 FAKECHROOTREQ "This variant requires fakechroot environment to be started"