From 7c03762c98e2433f07997e6e7a58260a61a059dc Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Tue, 25 Feb 2020 00:20:52 -0500 Subject: [PATCH] kill-all-dhcp --- vmseed.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/vmseed.txt b/vmseed.txt index 88028b7..8cab9c4 100644 --- a/vmseed.txt +++ b/vmseed.txt @@ -426,6 +426,7 @@ d-i finish-install/reboot_in_progress note # This first command is run as early as possible, just after # preseeding is read. #d-i preseed/early_command string anna-install some-udeb +d-i preseed/early_command string kill-all-dhcp; netcfg # This command is run immediately before the partitioner starts. It may be # useful to apply dynamic partitioner preseeding that depends on the state # of the disks (which may not be visible when preseed/early_command runs).