> > Does FAI_ALLOW_UNSIGNED=1 work in > softupdates? > > Not sure - did you try? :)
Yeah, I tried and I didn't get it to 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"; > That works great. Thanks. --- On Mon, 5/11/09, Henning Sprang <[email protected]> wrote: > From: Henning Sprang <[email protected]> > Subject: Re: untrusted packages in softupdate > To: "[email protected]" <[email protected]> > Cc: [email protected] > Date: Monday, May 11, 2009, 2:51 PM > [email protected] > wrote: > > > 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 >
