2016-03-13 01:05:40 +00:00
|
|
|
# T-Pot 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
|
2015-03-09 15:05:51 +00:00
|
|
|
d-i preseed/early_command string umount /media || :
|
2014-11-28 17:02:20 +00:00
|
|
|
|
|
|
|
# Network Configuration
|
2016-03-06 16:16:36 +00:00
|
|
|
#d-i netcfg/choose_interface select auto
|
|
|
|
#d-i netcfg/dhcp_timeout string 60
|
2015-12-08 14:47:39 +00:00
|
|
|
d-i netcfg/get_hostname string t-pot
|
2014-11-28 17:02:20 +00:00
|
|
|
|
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
|
2016-03-13 01:05:40 +00:00
|
|
|
d-i time/zone string UTC
|
2014-11-28 17:02:20 +00:00
|
|
|
d-i clock-setup/ntp boolean true
|
|
|
|
|
|
|
|
# Package Groups
|
|
|
|
tasksel tasksel/first multiselect ubuntu-server
|
|
|
|
|
|
|
|
# Packages
|
2016-02-11 13:59:22 +00:00
|
|
|
d-i pkgsel/include string apt-transport-https ca-certificates curl dialog dstat ethtool genisoimage git htop iw libpam-google-authenticator lm-sensors ntp openssh-server syslinux pv vim wireless-tools wpasupplicant
|
2014-11-28 17:02:20 +00:00
|
|
|
|
|
|
|
# Update Policy
|
|
|
|
d-i pkgsel/update-policy select unattended-upgrades
|
|
|
|
|
|
|
|
# Post install
|
|
|
|
d-i preseed/late_command string \
|
2015-12-08 14:47:39 +00:00
|
|
|
cp /cdrom/tpot/rc.local.install /target/etc/rc.local; \
|
|
|
|
cp -r /cdrom/tpot/ /target/root/
|
2014-11-28 17:02:20 +00:00
|
|
|
|
|
|
|
# Reboot
|
|
|
|
d-i finish-install/reboot_in_progress note
|