From a8bf76e8f96d3a462c050c435e443ac3ec80378e Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Tue, 25 Feb 2020 01:07:08 -0500 Subject: [PATCH] Current --- vmseed.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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; \