# Ubuntu 16.04 Installer Configuration File for # # 1 multipathed zfcp LUN, specific partitioning # # 2016-06-20 Thorsten Diehl # # # General configuration d-i auto-install/enable boolean true d-i debconf/priority string critical 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 # 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 # d-i mirror/country string manual d-i mirror/protocol string http d-i mirror/http/hostname string ports.ubuntu.com d-i mirror/http/directory string / # # Use a http proxy #d-i mirror/http/proxy string http://myproxy.example.com:3128 # Use no proxy d-i mirror/http/proxy string # # The Debian release to install d-i mirror/suite string xenial # # user setup d-i passwd/user-fullname string Ubuntu 16.04 test user d-i passwd/username string ubuntu d-i passwd/user-password password ubuntu d-i passwd/user-password-again password ubuntu d-i user-setup/allow-password-weak boolean true d-i user-setup/encrypt-home boolean false # # Enable login as root d-i passwd/root-login boolean true # # Root password d-i passwd/root-password-crypted password $6$aidziCIp$DoPat8RfhBbDyprjZHQYjpFyCG7LR/i6u0JJ5AnC4k/4NFu4w2UmQ.5iIZzt1kEGT3uUxKKIi9yYqlT7eC9jP/ # # enable shadow passwords d-i passwd/shadow boolean true # do not enable live installer, use normal instead d-i live-installer/enable boolean false # zfcp configuration d-i s390-zfcp/zfcp string 0.0.3c43:0x500507630443c3e8:0x4033400b00000000, \ 0.0.3c43:0x500507630448c3e8:0x4033400b00000000, \ 0.0.3c83:0x500507630443c3e8:0x4033400b00000000, \ 0.0.3c83:0x500507630448c3e8:0x4033400b00000000 # 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/device_remove_lvm_span boolean true d-i partman-lvm/confirm boolean true d-i partman-lvm/confirm_nooverwrite boolean true d-i partman-auto/method string regular d-i partman-auto/expert_recipe string \ 1-zfcp-LUN-demo :: \ # 256 256 512 ext3 \ # method{ format } format{ } \ # use_filesystem{ } filesystem{ ext3 } \ # mountpoint{ /boot } \ # . \ 2048 6144 100000 ext4 \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ mountpoint{ / } \ . \ 512 1024 2048 linux-swap \ method{ swap } format{ } \ . \ 2048 16384 100000 xfs \ method{ format } format{ } \ use_filesystem{ } filesystem{ xfs } \ mountpoint{ /home } \ . 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 # General type of mail configuration: # Choices: No configuration, Internet Site, Internet with smarthost, Satellite system, Local only #d-i postfix/main_mailer_type select No configuration <-- does not work # Software selection d-i tasksel/first multiselect standard system utilities, OpenSSH server, Basic Ubuntu server # Should kexec-tools handle reboots? kexec-tools kexec-tools/load_kexec boolean false # Should kdump-tools be enabled by default? kdump-tools kdump-tools/use_kdump boolean true # after installation, install some packages - use only one line!! d-i preseed/late_command string in-target sed -i s/prohibit-password/yes/g /etc/ssh/sshd_config; apt-install screen vim build-essential multipath-tools lsscsi lvm2 scsitools kdump-tools # Perform the automatic action after installation d-i finish-install/reboot_in_progress note