mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Force MKISOFO=xorriso for arm64 too
This commit is contained in:
parent
840d549c8c
commit
3855c0f58e
2
Makefile
2
Makefile
@ -21,7 +21,7 @@ ifndef TASK
|
||||
TASK=Debian-generic
|
||||
endif
|
||||
ifndef MKISOFS
|
||||
ifneq (,$(filter i386 amd64,$(ARCHES)))
|
||||
ifneq (,$(filter i386 amd64 amd64,$(ARCHES)))
|
||||
export MKISOFS=xorriso
|
||||
export MKISOFS_OPTS=-as mkisofs -r -checksum_algorithm_iso md5,sha1
|
||||
else
|
||||
|
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -23,6 +23,9 @@ debian-cd (3.1.16) UNRELEASED; urgency=medium
|
||||
[ Aurelien Jarno ]
|
||||
* Add initial support for ppc64el
|
||||
|
||||
[ Ian Campbell ]
|
||||
* Force MKISOFO=xorriso for arm64 too
|
||||
|
||||
-- Steve McIntyre <93sam@debian.org> Thu, 07 Aug 2014 01:45:01 +0100
|
||||
|
||||
debian-cd (3.1.15) unstable; urgency=medium
|
||||
|
Loading…
Reference in New Issue
Block a user