d-i debian-installer/language string en d-i debian-installer/country string DE d-i debian-installer/locale string en_IE.UTF-8 d-i keyboard-configuration/xkb-keymap select de d-i netcfg/choose_interface select auto d-i netcfg/get_hostname string vhuepfburg d-i netcfg/get_domain string bechtle.net d-i netcfg/wireless_wep string d-i hw-detect/load_firmware boolean false d-i mirror/country string manual d-i mirror/http/hostname string ftp.de.debian.org d-i mirror/http/mirror select ftp.de.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string d-i mirror/suite string stretch d-i passwd/root-login boolean true d-i passwd/make-user boolean true d-i passwd/root-password-crypted password $6$R0F/a6SkL3q8$Ztg7e89GGKjSmPomjG/bS1sxpkZQLIlKW.J3BaPNUZaRW0ngakqAiRsEkIjlZNTA6aBbB3nMvKzrFkeaFUQGC/ d-i passwd/user-fullname string Guybrush Threepwood d-i passwd/username string training d-i passwd/user-password-crypted password $6$j194yNoq/SYp$hjjEA5j03KWNg/x3RaeXaOECVbX380XWt0Qd0mw16d6r2BOBbR.37PGYbIci9H/kbyxemtwK0yyiWPta7awOP. d-i passwd/user-uid string 21337 d-i passwd/user-gid string 100 d-i passwd/user-default-groups string users d-i clock-setup/utc boolean false d-i time/zone string Europe/Busingen d-i clock-setup/ntp boolean true d-i clock-setup/ntp-server string 10.3.252.24 d-i partman-auto/method string lvm d-i partman-auto/choose_recipe select woschdebrot d-i partman-lvm/device_remove_lvm boolean true d-i partman-md/device_remove_md boolean true d-i partman-lvm/confirm boolean true d-i partman-lvm/confirm_nooverwrite boolean true d-i partman-auto/disk string /dev/sda d-i partman-partitioning/choose_label string gpt d-i partman-partitioning/default_label string gpt d-i partman-auto-lvm/new_vg_name string system d-i partman-auto/expert_recipe string \ woschdebrot :: \ 1 1 1 free \ $gptonly{ } $primary{ } $bios_boot{ } \ method{ biosgrub } \ . \ 256 304 304 ext4 \ $gptonly{ } \ $primary{ } $bootable{ } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ method{ format } \ format{ } \ label{ boot_FS } \ mountpoint{ /boot } \ . \ 1 1 100000000 free \ $defaultignore{ } gptonly{ } \ $primary{ } \ method{ lvm } \ vg_name{ system } \ . \ 672 2560 5120 ext4 \ $lvmok{ } \ in_vg{ system } \ lv_name{ root } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ label{ root_FS } \ mountpoint{ / } \ . \ 1363 5120 11264 ext4 \ $lvmok{ } \ in_vg{ system } \ lv_name{ usr } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ label{ usr_FS } \ mountpoint{ /usr } \ . \ 904 3072 7168 ext4 \ $lvmok{ } \ in_vg{ system } \ lv_name{ var } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ label{ var_FS } \ mountpoint{ /var } \ . \ 512 1536 4096 ext4 \ $lvmok{ } \ in_vg{ system } \ lv_name{ varlog } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ label{ varlog_FS } \ mountpoint{ /var/log } \ . \ 225 896 2048 ext4 \ $lvmok{ } \ in_vg{ system } \ lv_name{ home } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ label{ home_FS } \ mountpoint{ /home } \ . \ 904 3072 7168 ext4 \ $lvmok{ } \ in_vg{ system } \ lv_name{ tmp } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ label{ tmp_FS } \ mountpoint{ /tmp } \ . \ 116 1024 50% linux-swap \ $lvmok{ } \ in_vg{ system } \ lv_name{ swap } \ method{ swap } format{ } \ . 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-md/confirm 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/mount_style select uuid d-i base-installer/install-recommends boolean true d-i base-installer/kernel/image string linux-image-amd64 d-i apt-setup/contrib boolean true d-i apt-setup/non-free boolean true d-i apt-setup/use_mirror boolean true d-i apt-setup/services-select multiselect security, updates, backports d-i apt-setup/security_host string security.debian.org d-i apt-setup/multiarch string i386 tasksel tasksel/first multiselect minimal, openssh-server d-i pkgsel/include string openssh-server build-essential git gdisk netcat-traditional ntpdate lynx curl \ vim-nox vim-scripts sudo bc bsdmainutils ccal colordiff colorgcc colormake \ colortail colortest cowsay cpio dc ddate dmidecode dmsetup exiftags figlet flog fortunes-off \ ipcalc ifstat imagemagick inxi ksh ldap-utils man-db molly-guard nmap p7zip-full python rar \ unrar resolvconf rolldice rsync setserial startpar swaks telnet toilet traceroute tty-clock ucf \ unace-nonfree uni2ascii virt-what whiptail whois xstow xz-utils apt-transport-https emacs-nox \ mlocate virtualbox-guest-utils d-i pkgsel/upgrade select full-upgrade popularity-contest popularity-contest/participate boolean false d-i grub-installer/skip boolean false d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true d-i grub-installer/bootdev string default d-i finish-install/reboot_in_progress note d-i cdrom-detect/eject boolean true d-i preseed/late_command string \ in-target systemctl enable serial-getty@ttyS0.service getty@tty0.service ; \ in-target systemctl disable getty@tty1.service ; \ in-target grub-mkconfig -o /boot/grub/grub.cfg ; \ in-target usermod -aG sudo training ;