Re: Next attempt to add Blends to Debian installer

2022-01-20 Thread Wouter Verhelst
On Tue, Jan 18, 2022 at 09:52:42AM +0100, Philip Hands wrote: > I don't have anything like a design for how that should look in my head > though -- I guess interested parties should get together and come up > with a design _before_ we start trying to implement it :-) This sounds like you need some

Re: How to get preseed to ASK me for hostname + strange partitioning behaviour

2022-01-20 Thread Jonas Bygdén
However (albeit strange after reading the docs) if I remove the priority boot-parameter completely I DO get the hostname/domainname question and THEN I get the question about where to find the preseed file. Looking promising so far. > On 20 Jan 2022, at 20:56, Jonas Bygdén wrote: > > After set

Re: How to get preseed to ASK me for hostname + strange partitioning behaviour

2022-01-20 Thread Jonas Bygdén
After setting priority to ‘high’ instead of ‘critical’ I don’t even get the question about where to find the preseed file... > On 20 Jan 2022, at 19:46, john doe wrote: > > On 1/20/2022 5:11 PM, Jonas Bygdén wrote: >> Ok, now it looks like this: >> >> # Any hostname and domain names assigned f

Re: How to get preseed to ASK me for hostname + strange partitioning behaviour

2022-01-20 Thread john doe
On 1/20/2022 5:11 PM, Jonas Bygdén wrote: Ok, now it looks like this: # Any hostname and domain names assigned from dhcp take precedence over # values set here. However, setting the values still prevents the questions # from being shown, even if values come from dhcp. d-i netcfg/get_hostname str

Bug#1004090: tasksel: A comma in a task's Description breaks tasksel

2022-01-20 Thread Arnaud Rebillout
Package: tasksel Version: 3.68 Severity: normal User: de...@kali.org Usertags: origin-kali Dear Maintainer, in Kali Linux we made the mistake to put a comma in a task description: Description: everything -- almost all tools [>= 7 GB to download, >= 16 GB installed] Cf https://gitlab.com/kali

Re: Re: How to get preseed to ASK me for hostname + strange partitioning behaviour

2022-01-20 Thread Philip Hands
> d-i netcfg/get_hostname unassigned-hostname ^ as Daniel points out, you're missing 'string' in these (as I then copied ... oops!)

Re: Re: How to get preseed to ASK me for hostname + strange partitioning behaviour

2022-01-20 Thread Philip Hands
Jonas Bygdén writes: >> Am Donnerstag, dem 20.01.2022 um 13:16 +0100 schrieb Jonas Bygdén: >> > I'm trying to get an automatic install of 11.2 working using a preseed >> > file: >> > (https://gist.github.com/jby/7c3010e7157286166acee617ef47da30 >> >

Re: How to get preseed to ASK me for hostname + strange partitioning behaviour

2022-01-20 Thread Jonas Bygdén
Ok, now it looks like this: # Any hostname and domain names assigned from dhcp take precedence over # values set here. However, setting the values still prevents the questions # from being shown, even if values come from dhcp. d-i netcfg/get_hostname string unassigned-hostname d-i netcfg/get_domai

Re: How to get preseed to ASK me for hostname + strange partitioning behaviour

2022-01-20 Thread Daniel Leidert
Am Donnerstag, dem 20.01.2022 um 16:41 +0100 schrieb Jonas Bygdén: [..] > > Do you mean at the end of the file, or is it enough to have it at the end of > the section? I usually put the "seen false" statements at the end of the file. But it shouldn't be any problem to put them at the end of the

Re: Re: How to get preseed to ASK me for hostname + strange partitioning behaviour

2022-01-20 Thread Jonas Bygdén
> Am Donnerstag, dem 20.01.2022 um 13:16 +0100 schrieb Jonas Bygdén: > > I'm trying to get an automatic install of 11.2 working using a preseed file: > > (https://gist.github.com/jby/7c3010e7157286166acee617ef47da30 > > ) > > hosted on

Re: How to get preseed to ASK me for hostname + strange partitioning behaviour

2022-01-20 Thread Daniel Leidert
Am Donnerstag, dem 20.01.2022 um 13:16 +0100 schrieb Jonas Bygdén: > I'm trying to get an automatic install of 11.2 working using a preseed file: > (https://gist.github.com/jby/7c3010e7157286166acee617ef47da30) > hosted on a server running nginx. > According to the nginx logs the file is read. > Wh

How to get preseed to ASK me for hostname + strange partitioning behaviour

2022-01-20 Thread Jonas Bygdén
I'm trying to get an automatic install of 11.2 working using a preseed file: (https://gist.github.com/jby/7c3010e7157286166acee617ef47da30) hosted on a server running nginx. According to the nginx logs the file is read. What I'd like to accomplish is to have the install be as fully automated as