Right o
This commit is contained in:
parent
b345e826b0
commit
6862e37264
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue