# link).
target_dpkg -E --unpack $(debs busybox-static)
executable $INITRD/bin/sh <<EOF
-#!$(pwd)/$INITRD/bin/busybox sh
-echo "*** The do-nothing /bin/sh is used here ***" >&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)
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.