2015-01-21 16:51:32 +00:00
|
|
|
# T-Pot CE preseed file by mo
|
2014-11-28 17:02:20 +00:00
|
|
|
# Setting locale
|
2015-02-14 23:23:48 +00:00
|
|
|
#d-i debian-installer/language string en
|
|
|
|
#d-i debian-installer/country string DE
|
|
|
|
#d-i debian-installer/locale string en_US.UTF-8
|
2014-11-28 17:02:20 +00:00
|
|
|
|
|
|
|
# Keyboard selection
|
2015-02-14 23:23:48 +00:00
|
|
|
#d-i console-setup/ask_detect boolean false
|
|
|
|
#d-i keyboard-configuration/layoutcode string de
|
|
|
|
|
|
|
|
#Unmount active partitions
|
|
|
|
d-i preseed/early_command string umount /media
|
2014-11-28 17:02:20 +00:00
|
|
|
|
|
|
|
# Network Configuration
|
|
|
|
d-i netcfg/choose_interface select auto
|
|
|
|
d-i netcfg/dhcp_timeout string 60
|
|
|
|
d-i netcfg/get_hostname string t-pot
|
|
|
|
|
2014-12-11 13:29:48 +00:00
|
|
|
# Source & Proxy
|
|
|
|
d-i mirror/country string manual
|
|
|
|
d-i mirror/http/hostname string archive.ubuntu.com
|
|
|
|
d-i mirror/http/directory string /ubuntu
|
2014-11-28 17:02:20 +00:00
|
|
|
d-i mirror/http/proxy string
|
|
|
|
|
|
|
|
# Time
|
2015-02-14 23:23:48 +00:00
|
|
|
#d-i clock-setup/utc boolean true
|
|
|
|
#d-i time/zone string Europe/Berlin
|
2014-11-28 17:02:20 +00:00
|
|
|
d-i clock-setup/ntp boolean true
|
|
|
|
|
|
|
|
# Package Groups
|
|
|
|
tasksel tasksel/first multiselect ubuntu-server
|
|
|
|
|
|
|
|
# Packages
|
|
|
|
d-i pkgsel/include string openssh-server
|
|
|
|
|
|
|
|
# Update Policy
|
|
|
|
d-i pkgsel/update-policy select unattended-upgrades
|
|
|
|
|
|
|
|
# Post install
|
|
|
|
d-i preseed/late_command string \
|
|
|
|
cp /cdrom/tpotce/install1.sh /target/etc/rc.local; \
|
2015-01-28 16:08:34 +00:00
|
|
|
cp -r /cdrom/tpotce/ /target/root/
|
2014-11-28 17:02:20 +00:00
|
|
|
|
|
|
|
# Reboot
|
|
|
|
d-i finish-install/reboot_in_progress note
|