aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-07-13 11:16:03 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-07-13 11:16:03 +0000
commitbbf33f3e1f8ebf2604858a07b300ed65d6f8b5be (patch)
tree43b5543f4248aab05074270908e3b00312d8f294
parent1165d72e5281c3ccb411045eaf66594041f8ed32 (diff)
downloadalpine-iso-bbf33f3e1f8ebf2604858a07b300ed65d6f8b5be.tar.bz2
alpine-iso-bbf33f3e1f8ebf2604858a07b300ed65d6f8b5be.tar.xz
use xorrisofs instead of genisoimage
cdrkit is unmaintained upstream so we replace it with xorriso
-rwxr-xr-xMakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c93192d..f88a6a9 100755
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ DESTDIR ?= $(shell pwd)/isotmp.$(PROFILE)
MKSQUASHFS = mksquashfs
SUDO = sudo
TAR = busybox tar
+GENISO = xorrisofs
APK_SEARCH = apk search --exact
ISO ?= $(ALPINE_NAME)-$(ALPINE_RELEASE)-$(ALPINE_ARCH).iso
@@ -322,7 +323,7 @@ $(ISOFS_DIRSTAMP): $(ALL_MODLOOP) $(ALL_INITFS) $(ISO_REPOS_DIRSTAMP) $(ISOLINUX
$(ISO): $(ISOFS_DIRSTAMP)
@echo "==> iso: building $(notdir $(ISO))"
- @genisoimage -o $(ISO) -l -J -R \
+ @$(GENISO) -o $(ISO) -l -J -R \
-b $(ISOLINUX_DIR)/isolinux.bin \
-c $(ISOLINUX_DIR)/boot.cat \
-no-emul-boot \