From e9722d61d4b157f1ff922fd111372e044f05c525 Mon Sep 17 00:00:00 2001 From: AJ Schroeder <6432150+ajschroeder@users.noreply.github.com> Date: Sat, 29 Jun 2024 10:29:47 -0500 Subject: [PATCH] feat: moved network config to template and added additional_packages var --- builds/linux/debian/11/data/preseed.pkrtpl.hcl | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/builds/linux/debian/11/data/preseed.pkrtpl.hcl b/builds/linux/debian/11/data/preseed.pkrtpl.hcl index 14c3716..b74b7aa 100644 --- a/builds/linux/debian/11/data/preseed.pkrtpl.hcl +++ b/builds/linux/debian/11/data/preseed.pkrtpl.hcl @@ -23,10 +23,7 @@ d-i grub-installer/only_debian boolean true ${storage} # Network configuration -d-i netcfg/choose_interface select auto -d-i netcfg/get_hostname string unassigned-hostname -d-i netcfg/get_domain string unassigned-domain - +${network} ### Apt setup # Choose, if you want to scan additional installation media @@ -63,7 +60,7 @@ d-i passwd/user-password-crypted password ${build_password_encrypted} # Package Configuration d-i pkgsel/run_tasksel boolean false -d-i pkgsel/include string openssh-server qemu-guest-agent python3 +d-i pkgsel/include string openssh-server qemu-guest-agent python3-apt ${additional_packages} # You can choose, if your system will report back on what software you have # installed, and what software you use. The default is not to report back,