### Localization d-i debian-installer/language string en d-i debian-installer/country string US # Disable automatic (interactive) keymap detection. d-i console-setup/ask_detect boolean false d-i keyboard-configuration/layout select Finnish d-i keyboard-configuration/variant select Finnish ### Network configuration d-i netcfg/choose_interface select auto d-i netcfg/disable_autoconfig boolean true d-i netcfg/get_ipaddress string 192.168.209.MUUTA MINUT d-i netcfg/get_netmask string 255.255.255.0 d-i netcfg/get_gateway string 192.168.123.1 d-i netcfg/get_nameservers string 192.168.123.1 d-i netcfg/confirm_static boolean true # Any hostname and domain names assigned from dhcp take precedence over # values set here. However, setting the values still prevents the questions # from being shown, even if values come from dhcp. #d-i netcfg/get_hostname string MUUTA MINUT d-i netcfg/get_domain string student.it.jyu.fi # Disable that annoying WEP key dialog. d-i netcfg/wireless_wep string ### Mirror settings d-i mirror/country string manual d-i mirror/http/hostname string fi.archive.ubuntu.com d-i mirror/http/directory string /ubuntu d-i mirror/http/proxy string http://192.168.123.1:3142 # Suite to install. d-i mirror/suite string wily ### Account setup # To create a normal user account. #d-i passwd/user-fullname string Oikea Nimi #d-i passwd/username string TUNNUS0 # Normal user's password, either in clear text #d-i passwd/user-password string password #d-i passwd/user-password-again string password # Set to true if you want to encrypt the first user's home directory. d-i user-setup/encrypt-home boolean false ### Clock and time zone setup d-i clock-setup/utc boolean true d-i time/zone string Europe/Helsinki d-i clock-setup/ntp boolean true d-i clock-setup/ntp-server string ntp.jyu.fi ### Partitioning d-i partman-auto/method string lvm d-i partman-lvm/confirm boolean true d-i partman-lvm/confirm_nooverwrite boolean true d-i partman-auto-lvm/guided_size string max d-i partman-auto/choose_recipe select omalvm #d-i partman-auto-lvm/new_vg_name string tunnus5 MUUTA MINUT d-i partman-auto-lvm/no_boot boolean true d-i partman-auto/expert_recipe string omalvm :: \ 500 500 500 ext4 method{ lvm } \ $lvmok{ } mountpoint{ / } lv_name{ root } \ format{ } use_filesystem{ } filesystem{ ext4 } \ options/relatime{ relatime } \ . \ 500 500 500 ext4 method{ lvm } \ $lvmok{ } mountpoint{ /usr } lv_name{ usr } \ format{ } use_filesystem{ } filesystem{ ext4 } \ options/relatime{ relatime } \ . \ 150 150 150 ext4 method{ lvm } \ $lvmok{ } mountpoint{ /usr/src } lv_name{ src } \ format{ } use_filesystem{ } filesystem{ ext4 } \ options/relatime{ relatime } \ . \ 600 600 600 ext4 method{ lvm } \ $lvmok{ } mountpoint{ /var } lv_name{ var } \ format{ } use_filesystem{ } filesystem{ ext4 } \ options/relatime{ relatime } \ . \ 100 100 100 ext4 method{ lvm } \ $lvmok{ } mountpoint{ /home } lv_name{ home } \ format{ } use_filesystem{ } filesystem{ ext4 } \ options/relatime{ relatime } \ . \ 100 100 100 linux-swap method{ swap } \ format{ } $lvmok{ } lv_name{ swap } \ . \ 0 0 100000000 ext3 method{ lvm } \ $lvmok{ } lv_name{ dummy } \ . # This makes partman automatically partition without confirmation, provided # that you told it what to do using one of the methods above. 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 ### Base system installation d-i base-installer/kernel/image string linux-generic d-i apt-setup/restricted boolean true d-i apt-setup/universe boolean true d-i apt-setup/backports boolean true ### Package selection tasksel tasksel/first multiselect OpenSSH server # Language pack selection d-i pkgsel/language-packs multiselect fi, en d-i pkgsel/update-policy select none popularity-contest popularity-contest/participate boolean false d-i pkgsel/updatedb boolean false ### Boot loader installation d-i grub-installer/only_debian boolean true ### Finishing up the installation # Avoid that last message about the install being complete. d-i finish-install/reboot_in_progress note #### Advanced options d-i preseed/late_command string in-target sed -i /LAYOUT/s/us/fi/ /etc/default/keyboard