Re: Debian installer preseed fails

2023-08-22 Thread Ceppo
On Sun, Aug 20, 2023 at 02:34:20PM +, Michael Kjörling wrote: > I think you also want: > > d-i hw-detect/firmware-lookup string never Maybe a dumb question, but doesn't it prevent free firmware from being installed too? -- Ceppo

Re: Debian installer preseed fails

2023-08-20 Thread Michael Kjörling
On 20 Aug 2023 15:02 +0200, from ce...@oziosi.org (Ceppo): > d-i hw-detect/load_firmware boolean false > d-i apt-setup/non-free-firmware boolean false > d-i apt-setup/non-free boolean false > d-i apt-setup/contrib boolean false > > but package intel-microcode from non-free-firmware

Debian installer preseed fails

2023-08-20 Thread Ceppo
Hello. I'm trying to create a custom install image for Debian 12 preseeding the ISO as described at [1]. Amongst other things, I want nothing from non-free-firmware, non-free or contrib to get installed. I therefore set d-i hw-detect/load_firmware boolean false d-i apt-setup/non-free-firmw