diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-01 13:36:47 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-01 13:36:47 +0200 |
commit | eebebc2c66429978cd43c18e0d2f83beb65ba96a (patch) | |
tree | 8da6438e676ed2b75083a2cd5604f5a334d722f3 | |
parent | c6231b064e27ddbcddbb76251dec817b8ccbc8d9 (diff) | |
download | eficast-eebebc2c66429978cd43c18e0d2f83beb65ba96a.tar.gz eficast-eebebc2c66429978cd43c18e0d2f83beb65ba96a.tar.bz2 eficast-eebebc2c66429978cd43c18e0d2f83beb65ba96a.zip |
Fix again
-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" ] |