Re: debian installer: allow unauthenticated local repository

2017-04-25 Thread Leroy Pubel
My apologies, this works in Stretch. I need to updated my notion of what "reasonably modern" is--failed on squeeze, worked on stretch. (I run a test suite that includes all of our legacy debian versions.) On Mon, Apr 24, 2017 at 7:37 PM, Leroy Pubel wrote: > This didn't work. The resulting insta

Re: debian installer: allow unauthenticated local repository

2017-04-24 Thread Leroy Pubel
This didn't work. The resulting install had the local repository line in the sources.list, but, it was commented out per the comments in the example preseed.cfg which indicate repos without keys will be commented out. On Mon, Apr 24, 2017 at 6:38 PM, Colin Watson wrote: > On Mon, Apr 24, 2017 at

Re: debian installer: allow unauthenticated local repository

2017-04-24 Thread Colin Watson
On Mon, Apr 24, 2017 at 06:03:43PM -0600, Leroy Pubel wrote: > I can allow all repositories to be unauthenticated during installation with > this preseed line: > > "d-i debian-installer/allow_unauthenticated boolean true" > > I add my local repo like this: > > "d-i apt-setup/local0/repository st

debian installer: allow unauthenticated local repository

2017-04-24 Thread Leroy Pubel
A closer look at my notes reminded me that the "AllowUnauthenticated" setting on an installed system also acts on all repositories. But, my original question remains: is there a way to allow only one particular repo to be unauthenticated with preseeding?

debian installer: allow unauthenticated local repository

2017-04-24 Thread Leroy Pubel
I can allow all repositories to be unauthenticated during installation with this preseed line: "d-i debian-installer/allow_unauthenticated boolean true" I add my local repo like this: "d-i apt-setup/local0/repository string http:// local-ip stable testi