From 6e332d196bc8ed8e09a15c68ff07edcd006c4c42 Mon Sep 17 00:00:00 2001 From: Carneiro Date: Mon, 9 Sep 2024 18:29:02 -0300 Subject: [PATCH] Update preseed.cfg --- preseed.cfg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/preseed.cfg b/preseed.cfg index 50d86da..3859ff4 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -40,17 +40,17 @@ d-i passwd/username string alice #d-i passwd/user-password password user_password #d-i passwd/user-password-again password user_password +d-i apt-setup/local0/repository string https://alice.ufsj.edu.br/ppa stable main [trusted=yes] + # Package selection tasksel tasksel/first multiselect standard -d-i pkgsel/include string build-essential +d-i pkgsel/include string build-essential, alice-full # Alice PPA -d-i preseed/late_command string \ - echo "deb [trusted=yes] https://alice.ufsj.edu.br/ppa stable main" >> /target/etc/apt/sources.list; - -d-i preseed/late_command string \ - in-target apt-get update; \ - in-target apt-get install -y alice-full; +#d-i preseed/late_command string \ + # echo "deb [trusted=yes] https://alice.ufsj.edu.br/ppa stable main" >> /target/etc/apt/sources.list; \ +# in-target apt update; \ +# in-target apt install -y alice-full; # Ldap and NFS #d-i preseed/late_command string \