[email protected] wrote: > Does FAI_ALLOW_UNSIGNED=1 work in softupdates?
Not sure - did you try? :) > And if not, is there an equivalent flag that does work? There's an apt config option for this. You could make sure in a hook that is is set before the apt update takes place: # cat /etc/apt/apt.conf APT::Get::AllowUnauthenticated "true"; Henning
