diff --git a/preseed.cfg b/preseed.cfg index de77dd1..1c7ee26 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -46,7 +46,11 @@ d-i preseed/late_command string \ # Package selection tasksel tasksel/first multiselect standard -d-i pkgsel/include string build-essential, alice-full +d-i pkgsel/include string build-essential + +d-i preseed/late_command string \ + in-target apt-get update; \ + in-target apt-get install -y alice-full; # Ldap and NFS #d-i preseed/late_command string \