- # Basic Setup Options
- d-i debian-installer/locale string en_US
- d-i debian-installer/language string en
- d-i debian-installer/allow_unauthenticated boolean true
- d-i console-keymaps-at/keymap select us
- d-i time/zone string US/Eastern
- debconf debconf/frontend select Gnome
- debconf debconf/priority string critical
- # Apt setup - Standard repos
- #d-i apt-setup/non-free boolean true
- #d-i apt-setup/contrib boolean true
- d-i apt-setup/restricted boolean true
- d-i apt-setup/universe boolean true
- d-i apt-setup/multiverse boolean true
- # Apt setup - Standard repo server
- d-i mirror/country string enter information manually
- d-i mirror/protocol string http
- d-i mirror/http/hostname string packages.seseco.com:9999
- d-i mirror/http/directory string /ubuntu
- d-i mirror/http/proxy string
- # Apt setup - Security repo host/path
- d-i apt-setup/security_host string packages.seseco.com:9999
- d-i apt-setup/security_path string /ubuntu-security
- # Enable extras.ubuntu.com.
- d-i apt-setup/extras boolean true
- # Install the Kubuntu desktop.
- tasksel tasksel/first multiselect xubuntu-desktop
- 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; echo 'tasksel tasksel/first seen false' >>/var/lib/preseed/log ;; esac
- # Install KDE translation packages.
- d-i pkgsel/language-pack-patterns string language-pack-kde-$LL kde-i18n-$LL
- # Install the KDE oem-config frontend (if in OEM mode).
- #d-i oem-config-udeb/frontend string kde
- # 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
- d-i pkgsel/language-pack-patterns string
SHARE
TWEET
Untitled
a guest
Mar 19th, 2012
113
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data

