diff --git a/preseed.cfg b/preseed.cfg index 8ec2b49..9f6282d 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -1,5 +1,9 @@ #_preseed_V1 +# Lower the priority so that the installer will ask the hostname +# https://unix.stackexchange.com/q/563009 +d-i debconf/priority select medium + # B.5.1 Comandi da eseguire prima di avviare l'installer # https://www.debian.org/releases/trixie/amd64/apbs05.it.html#preseed-hooks # @@ -18,6 +22,7 @@ d-i keyboard-configuration/xkb-keymap select it # https://www.debian.org/releases/trixie/amd64/apbs04.it.html#preseed-network d-i netcfg/choose_interface select auto d-i netcfg/disable_autoconfig boolean true +d-i netcfg/get_domain string fermimn.it d-i hw-detect/firmware-lookup string never # B.4.5 Mirror