Skip to content

Instantly share code, notes, and snippets.

@aburok
Created July 18, 2025 07:50
Show Gist options
  • Select an option

  • Save aburok/d9e3db3f41f3dd495879164384e1dd79 to your computer and use it in GitHub Desktop.

Select an option

Save aburok/d9e3db3f41f3dd495879164384e1dd79 to your computer and use it in GitHub Desktop.
d-i debian-installer/locale string en_US
d-i keyboard-configuration/xkb-keymap select us
d-i netcfg/choose_interface select auto
d-i netcfg/get_hostname string mynewvm
d-i netcfg/get_domain string localdomain
d-i time/zone string UTC
d-i partman-auto/method string regular
d-i partman-auto/choose_recipe select atomic
d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition select finish
d-i partman/confirm boolean true
d-i passwd/root-password password
d-i passwd/root-password-again password
d-i finish-install/reboot_in_progress note
d-i pkgsel/include string openssh-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment