From f188cd4b9982a174da5cc60e575d0b29258efaab Mon Sep 17 00:00:00 2001 From: AJ Schroeder <6432150+ajschroeder@users.noreply.github.com> Date: Sat, 29 Jun 2024 10:35:29 -0500 Subject: [PATCH] feat: moved network config to template and added var to install additional packages --- builds/linux/debian/12/data/preseed.pkrtpl.hcl | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/builds/linux/debian/12/data/preseed.pkrtpl.hcl b/builds/linux/debian/12/data/preseed.pkrtpl.hcl index dfd0941..9b06149 100644 --- a/builds/linux/debian/12/data/preseed.pkrtpl.hcl +++ b/builds/linux/debian/12/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,