From 47d51fdb72c02104e4658cce58d411baabb069e1 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Wed, 10 Jun 2009 14:00:33 +0200 Subject: [PATCH] preceed ca-certificates/trust_new_crts --- input/howto/new-machine.creole | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/input/howto/new-machine.creole b/input/howto/new-machine.creole index eca9e29..0de657b 100644 --- a/input/howto/new-machine.creole +++ b/input/howto/new-machine.creole @@ -21,10 +21,8 @@ Note: this is partially obsolete now that we have [[puppet|howto/puppet-setup]]. * make debconf the same on every host: - dialog, - high {{{ - echo "debconf debconf/priority select high" | debconf-set-selections echo "debconf debconf/frontend select Dialog" | debconf-set-selections - }}} * add db.d.o to sources.list: @@ -135,6 +133,7 @@ EOF * make ca-certificates sane: (choose to *not* trust new certs, and we only want the spi cert activated) {{{ + echo "ca-certificates ca-certificates/trust_new_crts select no" | debconf-set-selections sed -i -e 's/^[^#!].*/!&/; s#^!spi-inc.org/spi-cacert-2008.crt#spi-inc.org/spi-cacert-2008.crt#' /etc/ca-certificates.conf dpkg-reconfigure ca-certificates }}} -- 2.20.1