# preseed.cfg for UCS ### 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 ### Network configuration d-i netcfg/choose_interface select auto d-i netcfg/disable_autoconfig boolean true # Static network configuration d-i netcfg/get_ipaddress string 192.168.1.115 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 d-i netcfg/confirm_static boolean true ### Download trustedkeys.gpg d-i preseed/early_command string wget -O /usr/share/keyrings/univention-archive-key-ucs-4x.gpg http://aptly.adfinis-sygroup.ch:80/aptly.gpg ### Mirror settings #d-i debian-installer/allow_unauthenticated boolean true d-i mirror/country string manual d-i mirror/protocol select http 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:80 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 ### 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 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/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 \ . ### Package selection tasksel tasksel/first multiselect standard, ssh-server ### 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