diff --git a/preseed.cfg b/preseed.cfg index 1c7ee26..50d86da 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -40,14 +40,14 @@ d-i passwd/username string alice #d-i passwd/user-password password user_password #d-i passwd/user-password-again password user_password -# 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; - # Package selection tasksel tasksel/first multiselect standard 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; + d-i preseed/late_command string \ in-target apt-get update; \ in-target apt-get install -y alice-full;