From 0975489c62fe8bc14ee4c81dff777c963a15edee Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Thu, 19 Sep 2024 21:49:51 +1000 Subject: [PATCH] Minor touchup to the busybox override step for libc6 --- build-installer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-installer.sh b/build-installer.sh index ae627bb..8f7ba76 100755 --- a/build-installer.sh +++ b/build-installer.sh @@ -108,8 +108,8 @@ EOF # link). target_dpkg -E --unpack $(debs busybox-static) executable $INITRD/bin/sh <&2 +#!$(realpath $INITRD)/bin/busybox sh +echo "### /bin/sh OVERRIDE " >&2 EOF ln $INITRD/bin/busybox $INITRD/sbin/losetup target_dpkg -E --install $(debs libc6) @@ -131,7 +131,7 @@ for P in ${UDEBS[@]} ; do echo "UDEB install = $P" >&2 target_dpkg -E --install --force-overwrite $(debs $P) done - +ln -sTf busybox $INITRD/bin/sh ###################################################################### # Make some additional patches in the initrd to support the # installation process. -- 2.39.2