1
0
mirror of https://github.com/krislamo/preseed synced 2024-09-20 04:30:36 +00:00
This commit is contained in:
Kris Lamoureux 2020-02-25 01:07:08 -05:00
parent 04e0b3f34f
commit a8bf76e8f9
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

View File

@ -1,7 +1,11 @@
#### QEMU/KVM Virtual Machine Seed for Debian Buster #### QEMU/KVM Virtual Machine Seed for Debian Buster
# Only show critical messages
d-i debconf/priority string critical d-i debconf/priority string critical
# Just after preseeding is read, reset automatic network settings
d-i preseed/early_command string kill-all-dhcp; netcfg
### Localization ### Localization
# Preseeding only locale sets language, country and locale. # Preseeding only locale sets language, country and locale.
@ -121,9 +125,6 @@ d-i grub-installer/bootdev string /dev/vda
# Avoid that last message about the install being complete. # Avoid that last message about the install being complete.
d-i finish-install/reboot_in_progress note d-i finish-install/reboot_in_progress note
# Just after preseeding is read, reset network settings
d-i preseed/early_command string kill-all-dhcp; netcfg
# Just before install finishes, install SSH keys into root # Just before install finishes, install SSH keys into root
d-i preseed/late_command string \ d-i preseed/late_command string \
mkdir -p /target/root/.ssh; \ mkdir -p /target/root/.ssh; \