From 323848ef6d668a8a1cf28bd8388de212958417d6 Mon Sep 17 00:00:00 2001 From: Carneiro Date: Mon, 9 Sep 2024 19:01:29 -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 3859ff4..69e907a 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -44,13 +44,13 @@ d-i apt-setup/local0/repository string https://alice.ufsj.edu.br/ppa stable main # Package selection tasksel tasksel/first multiselect standard -d-i pkgsel/include string build-essential, alice-full +d-i pkgsel/include string build-essential # 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; \ -# 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 alice-full; +# echo "deb [trusted=yes] https://alice.ufsj.edu.br/ppa stable main" >> /target/etc/apt/sources.list; \ # Ldap and NFS #d-i preseed/late_command string \