Displaying 1 result from an estimated 1 matches for "8c51fa7f9".
2019 Sep 26
1
[PATCH] builder: templates: set "unassigned" hostname
...plays nicely with the hostname setting code in virt-customize.
---
 builder/templates/debian.preseed | 2 +-
 builder/templates/ubuntu.preseed | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/builder/templates/debian.preseed b/builder/templates/debian.preseed
index 1f13eadbd..8c51fa7f9 100644
--- a/builder/templates/debian.preseed
+++ b/builder/templates/debian.preseed
@@ -71,7 +71,7 @@ d-i netcfg/get_domain string unassigned-domain
 # If you want to force a hostname, regardless of what either the DHCP
 # server returns or what the reverse DNS entry for the IP is, uncomment
 # an...