Update preseed.cfg
This commit is contained in:
parent
751cb89837
commit
6e332d196b
14
preseed.cfg
14
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 password user_password
|
||||||
#d-i passwd/user-password-again 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
|
# Package selection
|
||||||
tasksel tasksel/first multiselect standard
|
tasksel tasksel/first multiselect standard
|
||||||
d-i pkgsel/include string build-essential
|
d-i pkgsel/include string build-essential, alice-full
|
||||||
|
|
||||||
# Alice PPA
|
# Alice PPA
|
||||||
d-i preseed/late_command string \
|
#d-i preseed/late_command string \
|
||||||
echo "deb [trusted=yes] https://alice.ufsj.edu.br/ppa stable main" >> /target/etc/apt/sources.list;
|
# echo "deb [trusted=yes] https://alice.ufsj.edu.br/ppa stable main" >> /target/etc/apt/sources.list; \
|
||||||
|
# in-target apt update; \
|
||||||
d-i preseed/late_command string \
|
# in-target apt install -y alice-full;
|
||||||
in-target apt-get update; \
|
|
||||||
in-target apt-get install -y alice-full;
|
|
||||||
|
|
||||||
# Ldap and NFS
|
# Ldap and NFS
|
||||||
#d-i preseed/late_command string \
|
#d-i preseed/late_command string \
|
||||||
|
|
Loading…
Reference in New Issue