From eebebc2c66429978cd43c18e0d2f83beb65ba96a Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sun, 1 Jul 2018 13:36:47 +0200 Subject: Fix again --- make-boot-image.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/make-boot-image.sh b/make-boot-image.sh index 7d66588..1582f20 100755 --- a/make-boot-image.sh +++ b/make-boot-image.sh @@ -243,7 +243,6 @@ if [ ! -s "$WORKDIR/initrd/bin/busybox" ] then [ -s "$DLDIR/busybox" ] || $WGET -O "$DLDIR/busybox" "$BUSYBOX_BIN_URL" cp "$DLDIR/busybox" "$WORKDIR/initrd/bin/busybox" chmod +x "$WORKDIR/initrd/bin/busybox" - ln -s /bin/busybox "$WORKDIR/initrd/init" fi if [ ! -L "$WORKDIR/initrd/init" ] -- cgit v1.2.3