# Ubuntu 16.04 Installer Configuration File for # # S8330008 # # # 2016-03-11 Thorsten Diehl # # d-i pkgsel/update-policy select none # # Localization # d-i debian-installer/language string en d-i debian-installer/country string US d-i debian-installer/locale string en_US.UTF-8 d-i localechooser/supported-locales multiselect en_US.UTF-8 base-installer base-installer/install-recommends boolean true # HW clock d-i clock-setup/utc boolean true # time zone d-i time/zone string Europe/Berlin # # Mirror preseed file for the Debian Installer # # servant mirror settings # d-i mirror/country string manual d-i mirror/protocol string http ##d-i mirror/http/hostname string servant.boeblingen.de.ibm.com ##d-i mirror/http/directory string /ubuntu/ d-i mirror/http/hostname string ports.ubuntu.com d-i mirror/http/directory string / # ... looks like this is necessary to prevent asking ##d-i mirror/http/mirror string servant.boeblingen.de.ibm.com #d-i mirror/http/mirror string ports.ubuntu.com # # Use a http proxy d-i mirror/http/proxy string http://s8330048.boeblingen.de.ibm.com:3128 # # The Debian release to install d-i mirror/suite string xenial # # security mirror settings ##d-i apt-setup/security_host string servant.boeblingen.de.ibm.com # # Enable login as root d-i passwd/root-login boolean true # # Do not request user creation d-i passwd/make-user boolean false # # Root password d-i passwd/root-password password ******** d-i passwd/root-password-again password ******** # # enable shadow passwords d-i passwd/shadow boolean true # do not enable live installer, use normal instead d-i live-installer/enable boolean false # DASD configuration #d-i s390-dasd/choose_select select 0.0.eb15 #d-i s390-dasd/format boolean false #d-i partman-auto/disk string /dev/dasda #d-i partman-auto/method string regular # optional lines to overwrite old RAIDs and LVMs .... #d-i partman-md/device_remove_md boolean true #d-i partman-lvm/device_remove_lvm boolean true #d-i partman-lvm/confirm boolean true #d-i partman-lvm/confirm_nooverwrite boolean true #d-i partman-auto/choose_recipe select atomic #d-i partman-auto/expert_recipe string \ # boot-root :: \ # 2048 7000 10000000 ext4 \ # $primary{ } $bootable{ } \ # method{ format } format{ } \ # use_filesystem{ } filesystem{ ext4 \ # mountpoint{ / } \ # . #d-i partman-partitioning/confirm_write_new_label boolean true #d-i partman/choose_partition select finish #d-i partman/confirm boolean true #d-i partman/confirm_nooverwrite boolean true #d-i partman/mount_style select uuid # Use restricted software? apt-mirror-setup apt-setup/restricted boolean true # Use software from the "universe" component? apt-mirror-setup apt-setup/universe boolean true # Use software from the "multiverse" component? apt-mirror-setup apt-setup/multiverse boolean true # Use backported software? apt-mirror-setup apt-setup/backports boolean true # Use software from the "partner" repository? apt-mirror-setup apt-setup/partner boolean false # Enable source repositories in APT? apt-setup-udeb apt-setup/enable-source-repositories boolean true # after installation, install some packages - use only one line!! d-i preseed/late_command string apt-install xfsprogs initramfs-tools screen ftp rsync vim build-essential multipath-tools lsscsi lvm2 automake-1.15 crash strace bc expect ethtool scsitools aptitude vlan libssl-dev opencryptoki libopencryptoki-dev libica-dev libica-utils makedumpfile kdump-tools python flex libjson0-dev libcryptsetup-dev cryptsetup openssl-ibmca sosreport # run command in chroot environment #d-i preseed/late_command string in-target sed -i s/prohibit-password/yes/g /etc/ssh/sshd_config ## <<-broken; no sed available at this time?