Update preseed.cfg
This commit is contained in:
parent
6e332d196b
commit
323848ef6d
10
preseed.cfg
10
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 \
|
||||
|
|
Loading…
Reference in New Issue