>>>>> 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.
--
regards Thomas