~tsimonq2/debian-cd/lubuntu-cosmic-changes

« back to all changes in this revision

Viewing changes to data/maverick/preseed/gobuntu/gobuntu.seed

  • Committer: Colin Watson
  • Date: 2010-05-04 15:13:12 UTC
  • Revision ID: cjwatson@canonical.com-20100504151312-664dfv9uibyk14fe
add CONF.sh bits for maverick; copy lucid -> maverick elsewhere

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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