Files
tpotce/preseed/tpotce.seed

47 lines
1.3 KiB
Plaintext
Raw Normal View History

2015-01-21 17:51:32 +01:00
# T-Pot CE preseed file by mo
2014-11-28 18:02:20 +01:00
# Setting locale
d-i debian-installer/language string en
d-i debian-installer/country string DE
d-i debian-installer/locale string en_US.UTF-8
# Keyboard selection
d-i console-setup/ask_detect boolean false
d-i keyboard-configuration/layoutcode string de
# Network Configuration
d-i netcfg/choose_interface select auto
d-i netcfg/dhcp_timeout string 60
d-i netcfg/get_hostname string t-pot
# 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 18:02:20 +01:00
d-i mirror/http/proxy string
# Time
d-i clock-setup/utc boolean true
d-i time/zone string Europe/Berlin
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-27 17:46:52 +01:00
cp /cdrom/tpotce/install2.sh /target/root/install.sh; \
cp /cdrom/tpotce/bin/*.sh /target/usr/bin/; \
cp /cdrom/tpotce/etc/issue /target/etc/; \
cp /cdrom/tpotce/home/*.sh /target/home/tsec/; \
cp -r /cdrom/tpotce/upstart/ /target/root/
2014-11-28 18:02:20 +01:00
# Reboot
d-i finish-install/reboot_in_progress note