daily pastebin goal
50%
SHARE
TWEET

Untitled

a guest Mar 19th, 2012 113 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Basic Setup Options
  2. d-i debian-installer/locale string en_US
  3. d-i debian-installer/language string en
  4. d-i debian-installer/allow_unauthenticated boolean true
  5. d-i console-keymaps-at/keymap select us
  6. d-i time/zone string US/Eastern
  7. debconf debconf/frontend select Gnome
  8. debconf debconf/priority string critical
  9.  
  10. # Apt setup - Standard repos
  11. #d-i apt-setup/non-free boolean true
  12. #d-i apt-setup/contrib boolean true
  13. d-i apt-setup/restricted boolean true
  14. d-i apt-setup/universe boolean true
  15. d-i apt-setup/multiverse boolean true
  16.  
  17. # Apt setup - Standard repo server
  18. d-i mirror/country string enter information manually
  19. d-i mirror/protocol string http
  20. d-i mirror/http/hostname string packages.seseco.com:9999
  21. d-i mirror/http/directory string /ubuntu
  22. d-i mirror/http/proxy string
  23.  
  24. # Apt setup - Security repo host/path
  25. d-i apt-setup/security_host string packages.seseco.com:9999
  26. d-i apt-setup/security_path string /ubuntu-security
  27.  
  28.  
  29. # Enable extras.ubuntu.com.
  30. d-i     apt-setup/extras        boolean true
  31. # Install the Kubuntu desktop.
  32. tasksel tasksel/first   multiselect xubuntu-desktop
  33. 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
  34. # Install KDE translation packages.
  35. d-i     pkgsel/language-pack-patterns   string language-pack-kde-$LL kde-i18n-$LL
  36. # Install the KDE oem-config frontend (if in OEM mode).
  37. #d-i    oem-config-udeb/frontend        string kde
  38. # On live DVDs, don't spend huge amounts of time removing substantial
  39. # application packages pulled in by language packs. Given that we clearly
  40. # have the space to include them on the DVD, they're useful and we might as
  41. # well keep them installed.
  42. #ubiquity       ubiquity/keep-installed string icedtea6-plugin openoffice.org
  43. d-i     pkgsel/language-pack-patterns   string
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top