Deploying Debian 5 GNU/Linux with Insight Control for Linux Version 6.0 and 6.1

12
# mirror
###########################################
d-i mirror/country string enter information manually
d-i mirror/http/hostname string ${cms_http_ip}:${cms_http_port}
d-i mirror/http/directory string /custom/${os}/DVD1/debian
d-i mirror/protocol string http
d-i mirror/http/proxy string
d-i mirror/suite string stable
# partition
###########################################
d-i partman-auto/disk string /dev/cciss/c0d0
#d-i partman-auto/disk string /dev/sda
d-i partman-auto/init_automatically_partition select Guided - use entire disk
d-i partman-auto/purge_lvm_from_device boolean true
d-i partman-auto/method string regular
d-i partman-auto/choose_recipe select All files in one partition
# (recommended for new users)
d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition select Finish partitioning and write changes to
disk
d-i partman/confirm boolean true
# time
###########################################
d-i clock-setup/utc boolean true
d-i time/zone string US/Central
# accounts
###########################################
# root
d-i passwd/root-login boolean true
d-i passwd/root-password password root
d-i passwd/root-password-again password root
# mortal
d-i passwd/user-fullname string James T. Kirk
d-i passwd/username string student
d-i passwd/user-password password student
d-i passwd/user-password-again password student
# apt
###########################################
d-i apt-setup/local0/comment string debian-50r3-i386-DVD-1
d-i apt-setup/local0/repository string ${distro_url}/DVD1/debian stable main
d-i apt-setup/local1/comment string debian-50r3-i386-DVD-2
d-i apt-setup/local1/repository string ${distro_url}/DVD2/debian stable main
d-i apt-setup/local2/comment string debian-50r3-i386-DVD-3
d-i apt-setup/local2/repository string ${distro_url}/DVD3/debian stable main
d-i apt-setup/security_host string
d-i apt-setup/security-updates boolean false
d-i apt-setup/volatile_host string
d-i debian-installer/allow_unauthenticated string true
# popcon
###########################################
popularity-contest popularity-contest/participate boolean false
# task
###########################################
tasksel tasksel/first multiselect standard, desktop
#tasksel tasksel/first multiselect standard, gnome-desktop
#tasksel tasksel/first multiselect standard, kde-desktop
#tasksel tasksel/first multiselect standard, web-server
#tasksel tasksel/first multiselect standard, print-server
#tasksel tasksel/first multiselect standard, dns-server