Deploying Debian GNU/Linux with ICE-Linux

12
# apt
###########################################
d-i apt-setup/local0/comment string debian-40r3-i386-DVD-1
d-i apt-setup/local0/repository string http://HP_SIM_Server_IP_Address/custom/
Debian4-i386/DVD1/debian stable main (continued from previous line)
d-i apt-setup/local1/comment string debian-40r3-i386-DVD-2
d-i apt-setup/local1/repository string http://HP_SIM_Server_IP_Address/custom/
Debian4-i386/DVD2/debian stable main (continued from previous line)
d-i apt-setup/local2/comment string debian-40r3-i386-DVD-3
d-i apt-setup/local2/repository string http://HP_SIM_Server_IP_Address/custom/
Debian4-i386/DVD3/debian stable main (continued from previous line)
d-i apt-setup/security_host string
d-i apt-setup/security-updates boolean false
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
#tasksel tasksel/first multiselect standard, file-server
#tasksel tasksel/first multiselect standard, mail-server
#tasksel tasksel/first multiselect standard, sql-database
#tasksel tasksel/first multiselect standard, laptop
# pkgs
###########################################
d-i pkgsel/include string snmpd
# xorg
###########################################
xserver-xorg xserver-xorg/autodetect_monitor boolean true
xserver-xorg xserver-xorg/autodetect_video_card boolean false
xserver-xorg xserver-xorg/config/device/driver select ati
xserver-xorg xserver-xorg/config/device/identifier string ATI
Technologies Inc ES1000 rev 2
xserver-xorg xserver-xorg/config/monitor/selection-method select medium
xserver-xorg xserver-xorg/config/monitor/mode-list select 1024x768 @ 60
Hz
xserver-xorg xserver-xorg/config/display/modes multiselect 1024x768,
800x600
# grub
###########################################
d-i grub-installer/with_other_os boolean true
# reboot
###########################################
d-i finish-install/reboot_in_progress note
# postscript
###########################################
d-i preseed/late_command string in-target chroot /target ; in-target wget
http://HP_SIM_Server_IP_Address/instconfig/db403-agentless/db4.sh ; in-target chmod +x
db4.sh; in-target sh db4.sh (continued from previous line)
###########################################