mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
* If genisomage is not available, try to fallback on mkisofs.
This commit is contained in:
parent
b68d75725c
commit
0e0769bf3f
2
Makefile
2
Makefile
@ -21,7 +21,7 @@ ifndef TASK
|
||||
TASK=$(BASEDIR)/tasks/Debian_$(CODENAME)
|
||||
endif
|
||||
ifndef MKISOFS
|
||||
export MKISOFS=genisoimage
|
||||
export MKISOFS=$(shell which genisoimage mkisofs | head -1)
|
||||
endif
|
||||
ifndef MKISOFS_OPTS
|
||||
#For normal users
|
||||
|
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -96,6 +96,7 @@ debian-cd (3.0.4) UNRELEASED; urgency=low
|
||||
* Switch to genisoimage as default ISO generator as mkisofs has been dropped
|
||||
from Debian. Closes: #468850
|
||||
* Add Vcs-Browser field.
|
||||
* If genisomage is not available, try to fallback on mkisofs.
|
||||
|
||||
-- Otavio Salvador <otavio@ossystems.com.br> Thu, 14 Feb 2008 12:27:58 -0200
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user