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

debextract
parent 3a90ce96ad
commit 7044baf6b1
Signed by untrusted user: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -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<command>

Loading…
Cancel
Save