mbp-ubuntu/files/preseed/ubuntu.seed

13 lines
629 B
Plaintext
Raw Normal View History

2020-04-17 05:53:48 -04:00
# Enable extras.ubuntu.com.
d-i apt-setup/extras boolean true
# Install the Ubuntu desktop.
2020-04-24 06:19:37 -04:00
tasksel tasksel/first multiselect ubuntu-desktop-minimal
2020-04-17 05:53:48 -04:00
# On live DVDs, don't spend huge amounts of time removing substantial
# application packages pulled in by language packs. Given that we clearly
# have the space to include them on the DVD, they're useful and we might as
# well keep them installed.
ubiquity ubiquity/keep-installed string icedtea6-plugin openoffice.org
2020-04-24 06:19:37 -04:00
#d-i preseed/late_command string cp /cdrom/pressed/finisher.sh /target/root/; chroot /target chmod +x /root/finisher.sh; chroot /target bash /root/finisher.sh