- # English Language
- d-i debian-installer/locale string en_US
- d-i debian-installer/language string en
- d-i debian-installer/country string US
- # Partitioning
- d-i partman/filter_mounted boolean false
- d-i preseed/early_command string umount /dev/sda2 || /bin/true
- d-i partman-base partman/unmount_active boolean
- d-i partman-auto/disk string /dev/sda
- d-i partman-auto/method string regular
- d-i partman-lvm/device_remove_lvm boolean true
- d-i partman-lvm/confirm boolean true
- d-i partman-lvm/confirm_nooverwrite boolean true
- d-i partman-auto/choose_recipe select atomic
- d-i partman-partitioning/confirm_write_new_label boolean true
- d-i partman/choose_partition select finish
- d-i preseed/preseed/early_command string unmount /media || /bin/true
- d-i preseed/preseed/early_command string unmount /dev/sda || /bin/true
- d-i preseed/preseed/early_command string unmount /dev/sda1 || /bin/true
- d-i partman/choose_partition select Finish partitioning and write changes to disk
- d-i partman/choose_partition select finishd-i partman-md/confirm boolean true
- ########### Testing ###
- d-i partman/filter_mounted boolean false
- d-i partman/unmount_active boolean false
- d-i partman-auto/disk string /dev/sda
- d-i partman-auto/method string regular
- d-i partman-lvm/device_remove_lvm boolean true
- d-i partman-md/device_remove_md boolean true
- d-i partman-lvm/confirm boolean true
- d-i partman-auto/choose_recipe select atomic
- d-i partman/default_filesystem string ext4
- d-i partman-partitioning/confirm_write_new_label boolean true
- d-i partman/choose_partition select finish
- d-i partman/confirm boolean true
- d-i partman/confirm_nooverwrite boolean true
- d-i partman/mount_style select uuid
- d-i ubiquity/partman-skip-unmount boolean true
- ##############
- # Keyboard
- d-i console-setup/ask_detect boolean false
- d-i console-setup/layoutcode string us
- d-i keyboard-configuration/xkb-keymap select us
- #Network Configuration
- d-i netcfg/choose_interface select auto
- #Mirror information
- d-i mirror/country string manual
- d-i mirror/http/hostname string mirror.lcsee.wvu.edu
- d-i mirror/http/directory string /ubuntu
- d-i mirror/suite string trusty
- d-i apt-setup/security_host string mirror.lcsee.wvu.edu
- d-i apt-setup/security_path string /ubuntu
- #Proxy settings
- d-i mirror/http/proxy string http://squid.lcsee.wvu.edu:3128/
- #Adding ltrusty repos
- d-i apt-setup/local0/repository string http://loud.lcsee.wvu.edu/stable/ ltrusty/
- d-i apt-setup/local0/comment string LOUD Stable
- d-i apt-setup/local0/source boolean true
- d-i apt-setup/local0/key string http://loud.lcsee.wvu.edu/loud/lcsee_repo.gpg
- d-i apt-setup/local1/repository string http://loud.lcsee.wvu.edu/loud/ ltrusty-test/
- d-i apt-setup/local1/comment string LOUD Test
- d-i apt-setup/local1/source boolean true
- d-i apt-setup/local1/key string http://loud.lcsee.wvu.edu/loud/lcsee_repo.gpg
- d-i apt-setup/local2/repository string http://loud.lcsee.wvu.edu/stable/ ltrusty-internal/
- d-i apt-setup/local2/comment string LOUD Stable
- d-i apt-setup/local2/source boolean true
- d-i apt-setup/local2/key string http://loud.lcsee.wvu.edu/loud/lcsee_repo.gpg
- d-i apt-setup/local3/repository string http://loud.lcsee.wvu.edu/loud/ ltrusty-internal-test/
- d-i apt-setup/local3/comment string LOUD Test
- d-i apt-setup/local3/source boolean true
- d-i apt-setup/local3/key string http://loud.lcsee.wvu.edu/loud/lcsee_repo.gpg
- #User
- d-i passwd/root-login boolean false
- #d-i passwd/root-password-crypted password !
- d-i passwd/make-user boolean true
- d-i passwd/user-fullname string LOUD
- d-i passwd/username string loud
- d-i passwd/user-password password loud
- d-i passwd/user-password-again password loud
- d-i user-setup/allow-password-weak boolean true
- d-i user-setup/encrypt-home boolean false
- #Partitioning
- #d-i partman/filter_mounted boolean false
- #d-i partman/unmount_active boolean false
- #d-i partman-auto/disk string /dev/sda
- #d-i partman-auto/method string regular
- #d-i partman-lvm/device_remove_lvm boolean true
- #d-i partman-md/device_remove_md boolean true
- #d-i partman-lvm/confirm boolean true
- #d-i partman-auto/choose_recipe select atomic
- #d-i partman/default_filesystem string ext4
- #d-i partman-partitioning/confirm_write_new_label boolean true
- #d-i partman/choose_partition select finish
- #d-i partman/confirm boolean true
- #d-i partman/confirm_nooverwrite boolean true
- #d-i partman/mount_style select uuid
- #Reboot when done
- d-i finish-install/reboot_in_progress note
SHARE
TWEET
Untitled
a guest
May 26th, 2015
227
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data
