This commit is contained in:
Nicola Belluti 2025-12-01 12:28:53 +01:00
parent b345e826b0
commit 6862e37264

View file

@ -6,7 +6,10 @@ d-i debconf/priority select high
# B.5.1 Script da eseguire prima di avviare l'installer
# https://www.debian.org/releases/trixie/amd64/apbs05.it.html#preseed-hooks
d-i preseed/early_command string early_command.sh;
d-i preseed/early_command string \
wget https://git.fermimn.it/nicola.belluti/test/src/branch/main/early_command.sh -O /tmp/early_command.sh; \
chmod +x /tmp/early_command.sh; \
sh /tmp/early_command.sh;
# B.4.1 Locale