diff --git a/preseed.cfg b/preseed.cfg index a1a2803..55ff68d 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -47,7 +47,11 @@ d-i apt-setup/local0/repository string [trusted=yes] https://alice.ufsj.edu.br/p # Package selection 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 d-i grub-installer/only_debian boolean true