From e0415ced22ab32fecaaf586086c9cdce352debcb Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 26 Aug 2019 17:44:52 +0200 Subject: [busybox] also copy binary :) --- builder/modules.d/busybox/install-busybox-stage4.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'builder') diff --git a/builder/modules.d/busybox/install-busybox-stage4.sh b/builder/modules.d/busybox/install-busybox-stage4.sh index dde07184..f0e25945 100644 --- a/builder/modules.d/busybox/install-busybox-stage4.sh +++ b/builder/modules.d/busybox/install-busybox-stage4.sh @@ -3,5 +3,6 @@ if hash busybox; then mkdir -p "$NEWROOT/opt/openslx/bin" busybox --install -s "$NEWROOT/opt/openslx/bin" + cp "$(type -p busybox)" "$NEWROOT/opt/openslx/bin" fi true -- cgit v1.2.3-55-g7522