Last active
October 17, 2021 18:15
-
-
Save jby/a2820aafac806776d346c5eca735d09a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d-i debian-installer/locale string en_US | |
d-i debian-installer/language string en | |
d-i debian-installer/country string SE | |
d-i debian-installer/locale string en_US.UTF-8 | |
d-i localechooser/supported-locales multiselect en_US.UTF-8, sv_SE.UTF-8 | |
d-i console-setup/ask_detect boolean true | |
d-i netcfg/choose_interface select auto | |
d-i netcfg/get_hostname string unassigned-hostname | |
d-i netcfg/get_domain string unassigned-domain | |
d-i hw-detect/load_firmware boolean true | |
d-i mirror/country string se | |
d-i mirror/http/hostname string archive.ubuntu.com | |
d-i mirror/http/directory string /ubuntu | |
d-i mirror/suite string focal | |
d-i passwd/root-password password r00tme | |
d-i passwd/root-password-again password r00tme | |
d-i user-setup/encrypt-home boolean false | |
d-i clock-setup/utc boolean true | |
d-i time/zone string Europe/Stockholm | |
d-i clock-setup/ntp boolean true | |
d-i partman-auto/method string lvm | |
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/choose_recipe select home | |
d-i partman/default_filesystem string ext4 | |
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 apt-setup/restricted boolean true | |
d-i apt-setup/universe boolean true | |
d-i apt-setup/backports boolean true | |
tasksel tasksel/first multiselect ubuntu-desktop | |
d-i pkgsel/include string openssh-server | |
d-i pkgsel/include string git | |
d-i pkgsel/include string vim | |
d-i pkgsel/upgrade select full-upgrade | |
popularity-contest popularity-contest/participate boolean false | |
d-i pkgsel/updatedb boolean true | |
d-i grub-installer/only_debian boolean true | |
d-i finish-install/reboot_in_progress note | |
ubiquity ubiquity/success_command string in-target apt-install zsh openssh-server vim git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment