From c79b7a788de1b84d12437a4c36ea7acd72ec5316 Mon Sep 17 00:00:00 2001 From: Markus Lindberg Date: Fri, 6 Apr 2018 10:48:53 +0200 Subject: [PATCH] Add AllowInsecureRepositories to suppress errors for newer versions of APT --- bin/fai-make-nfsroot | 1 + lib/subroutines | 1 + 2 files changed, 2 insertions(+) diff --git a/bin/fai-make-nfsroot b/bin/fai-make-nfsroot index 065910c78..965c8cf91 100755 --- a/bin/fai-make-nfsroot +++ b/bin/fai-make-nfsroot @@ -395,6 +395,7 @@ create_nfsroot() { cat >$NFSROOT/etc/apt/apt.conf.d/10fai < $FAI_ROOT/etc/apt/apt.conf.d/10fai APT::Get::AllowUnauthenticated "true"; +Acquire::AllowInsecureRepositories "true"; Aptitude::CmdLine::Ignore-Trust-Violations yes; EOF else