### Localization d-i debian-installer/language string en d-i debian-installer/country string CH d-i debian-installer/locale string en_US.UTF-8 d-i localechooser/supported-locales multiselect en_US.UTF-8, de_DE.UTF-8, de_CH.UTF-8 # Keyboard configuration d-i keyboard-configuration/layoutcode string ch d-i keyboard-configuration/xkb-keymap select ch ### Static network configuration d-i netcfg/choose_interface select auto d-i netcfg/disable_autoconfig boolean true d-i netcfg/confirm_static boolean true d-i netcfg/get_ipaddress string 192.168.1.100 d-i netcfg/get_netmask string 255.255.255.0 d-i netcfg/get_gateway string 192.168.1.1 d-i netcfg/get_nameservers string 192.168.1.1 # Mirror settings d-i debian-installer/allow_unauthenticated boolean true d-i mirror/protocol string http d-i mirror/country string manual d-i mirror/http/proxy string d-i mirror/http/hostname string updates.software-univention.de d-i mirror/http/directory string /4.1/maintained/4.1-0 #d-i mirror/http/hostname string aptly.adfinis-sygroup.ch #d-i mirror/http/directory string /sip21/ucs/latest/4.1/maintained/4.1-0 d-i mirror/codename string ucs410 d-i mirror/suite string ucs410 d-i mirror/udeb/suite string ucs410 d-i base-installer/kernel/image string linux-image-4.1.0-ucs190-amd64 d-i base-installer/includes string less d-i apt-setup/services-select multiselect none tasksel tasksel/first multiselect none d-i pkgsel/include string univention-system-setup-boot univention-management-console-web-server univention-management-console-module-setup univention-kernel-image openssh-server postfix postfix/main_mailer_type string No configuration openssh-server ssh/disable_cr_auth boolean false d-i pkgsel/upgrade select none popularity-contest popularity-contest/participate boolean false # Use dummy hostname and domain d-i netcfg/get_hostname string unassigned-hostname d-i netcfg/get_domain string unassigned-domain krb5-config krb5-config/default_realm string UNASSIGNED-REALM krb5-config krb5-config/kerberos_servers string localhost krb5-config krb5-config/admin_server string localhost ### Account setup d-i passwd/make-user boolean false d-i passwd/root-login boolean true d-i passwd/root-password-crypted password ### Clock and time zone setup d-i clock-setup/utc boolean true d-i time/zone string Europe/Zurich d-i clock-setup/ntp boolean true ### Partitioning ### Partition hard disk: /dev/sda and /dev/sdb #d-i partman/early_command string debconf-set partman-auto/disk "$(list-devices disk | head -n1)" ; pvremove -y -ff `list-devices disk | head -n1`* || true #d-i partman/early_command string debconf-set partman-auto/disk "$(list-devices disk | head -n1)" ; pvremove -y -ff `list-devices disk | head -n1`* || true #d-i partman/early_command string "mdadm --zero-superblock $(list-devices disk | head -n1)* || true #d-i partman/early_command string /bin/dd if=/dev/zero of=/dev/sda bs=512 count=1 #d-i partman/early_command string /bin/dd if=/dev/zero of=/dev/sdb bs=512 count=1 # mdadm --zero-superblock /dev/sdXY #debconf-set grub-installer/bootdev "/dev/sda /dev/sdb" d-i mdadm/boot_degraded boolean true d-i partman-auto-lvm/guided_size string 95% d-i partman-auto-lvm/new_vg_name string VG01 #d-i partman-auto/choose_recipe select multiraid d-i partman-auto/disk string /dev/sda /dev/sdb d-i partman-auto/method string raid d-i partman-lvm/confirm boolean true d-i partman-lvm/device_remove_lvm boolean true d-i partman-lvm/device_remove_lvm_span boolean true d-i partman-md/confirm boolean true d-i partman-md/confirm_nochanges boolean false d-i partman-md/device_remove_md boolean true 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/confirm_write_new_label boolean true d-i partman-md/confirm_nooverwrite boolean true d-i grub-installer/bootdev string /dev/sda /dev/sdb d-i partman-auto/expert_recipe string \ multiraid :: \ 512 10 1024 raid \ $primary{ } $lvmignore{ } $bootable{ } \ method{ raid } \ . \ 45000 20 -1 raid \ $primary{ } $lvmignore{ } \ method{ raid } \ . \ 10240 10240 10240 ext4 \ $defaultignore{ } \ $lvmok{ } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ lv_name{ root } \ mountpoint{ / } \ . \ 2048 4096 100% linux-swap \ $defaultignore{ } \ $lvmok{ } \ method{ swap } format{ } \ lv_name{ swap } \ . \ 10240 10240 10240 ext4 \ $defaultignore{ } \ $lvmok{ } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ lv_name{ var } \ mountpoint{ /var } \ . \ 5120 5120 5120 ext4 \ $defaultignore{ } \ $lvmok{ } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ lv_name{ log } \ mountpoint{ /var/log } \ . \ 5120 5120 5120 ext4 \ $defaultignore{ } \ $lvmok{ } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ lv_name{ tmp } \ mountpoint{ /tmp } \ . \ 102400 102400 -1 ext4 \ $defaultignore{ } \ $lvmok{ } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ lv_name{ home } \ mountpoint{ /home/homes } \ . \ 102400 102400 -1 ext4 \ $defaultignore{ } \ $lvmok{ } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ lv_name{ home } \ mountpoint{ /home/groups } \ . d-i partman-auto-raid/recipe string \ 1 2 0 ext3 /boot \ /dev/sda1 \ . \ 1 2 0 lvm - \ /dev/sda2 \ . # Install GRUB in MBR by default on new systems d-i grub-installer/only_debian boolean true grub-pc grub-pc/install_devices multiselect grub-pc grub-pc/install_devices_empty boolean true ### UCS System Setup Boot d-i ucr/system/setup/boot/start string false ### UCS System Setup profile univention-system-setup-boot uss/root_password string univention-system-setup-boot uss/components string univention-system-setup-boot uss/packages_install string univention-system-setup-boot uss/packages_remove string # Hostname configuration univention-system-setup-boot uss/hostname string host.example.com # Domaincontroller role univention-system-setup-boot uss/server/role string domaincontroller_master univention-system-setup-boot uss/ldap/base string dc=host,dc=example,dc=com