diff --git a/vmseed.txt b/vmseed.txt index 16fbb84..b7f924f 100644 --- a/vmseed.txt +++ b/vmseed.txt @@ -1,7 +1,11 @@ #### QEMU/KVM Virtual Machine Seed for Debian Buster +# Only show critical messages 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 # 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. 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 d-i preseed/late_command string \ mkdir -p /target/root/.ssh; \