Thank you!
On Wednesday, 19 October, 2016 06:00 PM, [email protected]
wrote:
Send linux-fai mailing list submissions to
[email protected]
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
[email protected]
You can reach the person managing the list at
[email protected]
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 <[email protected]>
To: Linux-FAI mail list <[email protected]>
Subject: Allow untrusted packages
Message-ID: <[email protected]>
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 <[email protected]>
To: fully automatic installation for Linux <[email protected]>
Subject: Re: Allow untrusted packages
Message-ID:
<[email protected]>
Content-Type: text/plain; charset=us-ascii
On Tue, 18 Oct 2016 18:18:00 +0800, Kerwin Macrohon
<[email protected]> 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.