Do not fail on missing 680FBA8A.asc key

ksolomko/vlan
Michael Prokop 12 years ago
parent a1b3eb0fd3
commit 8400101b67

@ -778,6 +778,10 @@ fi
# otherwise e2fsck fails with "need terminal for interactive repairs"
echo FSCK=no >>/etc/debootstrap/config
# otherwise we can't use packages with missing key http://deb.sipwise.com/autobuild/680FBA8A.asc
# from our own $MIRROR - note: this could need some love...
echo "DPKG_OPTIONS='-o APT::Get::AllowUnauthenticated=true -o aptitude::Cmdline::ignore-trust-violations=yes'" >> /etc/debootstrap/config
# package selection
cat > /etc/debootstrap/packages << EOF
# addons: packages which d-i installs but debootstrap doesn't

Loading…
Cancel
Save