Update preseed.cfg

This commit is contained in:
Carneiro 2024-09-09 18:13:36 -03:00
parent 9ca4458985
commit 751cb89837
1 changed files with 4 additions and 4 deletions

View File

@ -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;