Update preseed.cfg

This commit is contained in:
Carneiro 2024-09-09 17:10:43 -03:00
parent 0f42c680de
commit 9ca4458985
1 changed files with 5 additions and 1 deletions

View File

@ -46,7 +46,11 @@ d-i preseed/late_command string \
# Package selection
tasksel tasksel/first multiselect standard
d-i pkgsel/include string build-essential, alice-full
d-i pkgsel/include string build-essential
d-i preseed/late_command string \
in-target apt-get update; \
in-target apt-get install -y alice-full;
# Ldap and NFS
#d-i preseed/late_command string \