From 7044baf6b12eb6f0e09b5d7736d778d95f5b0d19 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Mon, 7 Mar 2022 11:27:10 +0100 Subject: [PATCH] run busybox from an absolute path to allow running it even when /proc is not mounted as busybox uses /proc/self/exe to figure out its own path --- mmdebstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmdebstrap b/mmdebstrap index 8f72a04..72952b0 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -6162,7 +6162,7 @@ information. Example: Install busybox symlinks - --extract-hook='chroot "$1" busybox --install -s' + --extract-hook='chroot "$1" /bin/busybox --install -s' =item B<--essential-hook>=I