From 8df2c0faf01e31f0eee43b89a5a5eb63e0de57d0 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Thu, 19 Sep 2024 21:48:09 +1000 Subject: [PATCH] Add more dpkg preparation (for amd64) --- build-installer-functions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-installer-functions.sh b/build-installer-functions.sh index 7d50e4d..fb7d261 100644 --- a/build-installer-functions.sh +++ b/build-installer-functions.sh @@ -189,7 +189,8 @@ target_dpkg() { [ -z "$X" ] && die "** Aborting" cd $INITRD if [ ! -f etc/debconf.conf ] ; then - cat /etc/debconf.conf | heredoc etc/debconf.conf + heredoc etc/dpkg/origins/default < /etc/dpkg/origins/default + heredoc etc/debconf.conf < /etc/debconf.conf local F for F in $(sed '/^Filename:/!d;s/[^ ]* /./' etc/debconf.conf) ; do [ -f "$F" ] || echo -n | heredoc $F -- 2.39.2