1
# Disable the restricted component. (It should be missing from the CDs
2
# anyway, but let's make sure.)
3
d-i apt-setup/restricted boolean false
4
# Disable the multiverse component.
5
d-i apt-setup/multiverse boolean false
6
# Install the Gobuntu desktop.
7
tasksel tasksel/first multiselect gobuntu-desktop
8
d-i preseed/early_command string . /usr/share/debconf/confmodule; db_get debconf/priority; case $RET in low|medium) db_fset tasksel/first seen false ;; esac