Thank you!
On Wednesday, 19 October, 2016 06:00 PM, linux-fai-requ...@uni-koeln.de
wrote:
Send linux-fai mailing list submissions to
linux-fai@uni-koeln.de
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.uni-koeln.de/mailman/listinfo/linux-fai
or, via email, send a message with subject or body 'help' to
linux-fai-requ...@uni-koeln.de
You can reach the person managing the list at
linux-fai-ow...@uni-koeln.de
When replying, please edit your Subject line so it is more specific
than "Re: Contents of linux-fai digest..."
Today's Topics:
1. Allow untrusted packages (Kerwin Macrohon)
2. Re: Allow untrusted packages (Thomas Lange)
----------------------------------------------------------------------
Message: 1
Date: Tue, 18 Oct 2016 18:18:00 +0800
From: Kerwin Macrohon <macrohon.ryanker...@bdo.com.ph>
To: Linux-FAI mail list <linux-fai@uni-koeln.de>
Subject: Allow untrusted packages
Message-ID: <5805f6d8.2060...@bdo.com.ph>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi,
I've created a new repository that does not need signing. How can I
continue installation of untrusted packages via FAI? It aborts during
package_config.
Thank you!
------------------------------
Message: 2
Date: Tue, 18 Oct 2016 12:40:44 +0200
From: Thomas Lange <la...@informatik.uni-koeln.de>
To: fully automatic installation for Linux <linux-fai@uni-koeln.de>
Subject: Re: Allow untrusted packages
Message-ID:
<22533.64556.722258.496...@paeffgen.informatik.uni-koeln.de>
Content-Type: text/plain; charset=us-ascii
On Tue, 18 Oct 2016 18:18:00 +0800, Kerwin Macrohon
<macrohon.ryanker...@bdo.com.ph> said:
> I've created a new repository that does not need signing. How can I
> continue installation of untrusted packages via FAI? It aborts during
> package_config.
Any log message?
Normally unauthenticated packages should be installed, since FAI sets
APT::Get::AllowUnauthenticated true
There's an option in sources.list which also may help. From man
sources.list(5):
trusted=yes can be set to indicate that packages from this source are
always authenticated even if the Release file is not signed or the
signature can't be checked.