From 6bffcc022b7c1f3ba1c4729265b7ed0f32ba14d5 Mon Sep 17 00:00:00 2001 From: Carneiro Date: Mon, 9 Sep 2024 22:25:39 -0300 Subject: [PATCH] Update preseed.cfg --- preseed.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/preseed.cfg b/preseed.cfg index 85d89d1..e020a1a 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -44,15 +44,15 @@ d-i apt-setup/local0/repository string [trusted=yes] https://alice.ufsj.edu.br/p # Package selection tasksel tasksel/first multiselect standard -d-i pkgsel/include string build-essential, alice-full +#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 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/skip boolean false