1
0
mirror of https://github.com/krislamo/preseed synced 2024-09-20 04:30:36 +00:00

kill-all-dhcp

This commit is contained in:
Kris Lamoureux 2020-02-25 00:20:52 -05:00
parent e8917c11a6
commit 7c03762c98
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

View File

@ -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).