diff options
-rwxr-xr-x | make-boot-image.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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" ] |