Update preseed.cfg

This commit is contained in:
Carneiro 2024-09-09 23:45:57 -03:00
parent 6bffcc022b
commit 6eabc6dbf7
1 changed files with 7 additions and 6 deletions

View File

@ -43,17 +43,18 @@ d-i passwd/username string alice
d-i apt-setup/local0/repository string [trusted=yes] https://alice.ufsj.edu.br/ppa stable main
# Package selection
tasksel tasksel/first multiselect standard
#d-i d-i pkgsel/include string string build-essential, alice-full
tasksel tasksel/first multiselect standard, gnome-desktop
d-i d-i pkgsel/include string string build-essential, alice-full
# Alice PPA
d-i preseed/late_command string \
in-target apt update; \
in-target apt install -y build-essential alice-full;
#d-i preseed/late_command string \
#in-target apt update; \
#in-target apt install -y build-essential alice-full;
# Install the GRUB bootloader
d-i grub-installer/only_debian boolean true
#d-i grub-installer/only_debian boolean true
#d-i grub-installer/with_other_os boolean true
d-i grub-installer/bootdev select manual
#d-i grub-installer/skip boolean false
# Finish the installation