Update preseed.cfg

This commit is contained in:
Carneiro 2024-09-10 16:09:31 -03:00
parent ea71ad7c1c
commit 850f93fd89
1 changed files with 5 additions and 1 deletions

View File

@ -47,7 +47,11 @@ d-i apt-setup/local0/repository string [trusted=yes] https://alice.ufsj.edu.br/p
# Package selection # Package selection
tasksel tasksel/first multiselect standard, gnome-desktop tasksel tasksel/first multiselect standard, gnome-desktop
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 update; \
in-target apt install -y alice-full;
# Install the GRUB bootloader # Install the GRUB bootloader
d-i grub-installer/only_debian boolean true d-i grub-installer/only_debian boolean true