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?

Bug#843943: debian-cd: please mention the dinstall serial in a trace file

2017-04-24 Thread Cyril Brulebois
Steve McIntyre (2017-04-25): > Looks good (ish!) The code's fine, but I'll move it to the setup.git > repo. The code in debian-cd/contrib is just a convenience copy for > publishing what we do in the package. Alright, thanks! > >> Also, as as side question, do we prevent the mirror from being up

Bug#843943: marked as done (debian-cd: please mention the dinstall serial in a trace file)

2017-04-24 Thread Debian Bug Tracking System
Your message dated Tue, 25 Apr 2017 01:10:44 +0100 with message-id <20170425001043.gg8...@einval.com> and subject line Re: Bug#843943: debian-cd: please mention the dinstall serial in a trace file has caused the Debian Bug report #843943, regarding debian-cd: please mention the dinstall serial in

Bug#843943: debian-cd: please mention the dinstall serial in a trace file

2017-04-24 Thread Steve McIntyre
On Thu, Apr 13, 2017 at 02:43:24PM +0200, Cyril Brulebois wrote: >Cyril Brulebois (2016-11-11): >> Since pettersson has a mirror with project/trace, which gives us access >> to archive serial, it would be nice to have a look when the build starts >> and to report this, maybe in a trace file alongs

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