* Removed -a from mkisofs call.

This commit is contained in:
Raphaël Hertzog 2001-05-19 13:29:52 +00:00
parent f5295ca995
commit 2afe58456b
4 changed files with 17 additions and 9 deletions

View File

@ -77,9 +77,9 @@ export APTTMP=/ftp/tmp/apt
# export COPYLINK=1
# Options
# export MKISOFS=/usr/bin/mkhybrid
# export MKISOFS_OPTS="-a -r -T" #For normal users
# export MKISOFS_OPTS="-a -r -F . -T" #For symlink farmers
# export MKISOFS=/usr/bin/mkisofs
# export MKISOFS_OPTS="-r -T" #For normal users
# export MKISOFS_OPTS="-r -F . -T" #For symlink farmers
# uncomment this to if you want to see more of what the Makefile is doing
#export VERBOSE_MAKE=1

View File

@ -47,13 +47,13 @@ ifndef SRCVOLID
SRCVOLID="Debian $(DEBVERSION) Src-$$num"
endif
ifndef MKISOFS
MKISOFS=/usr/bin/mkhybrid
MKISOFS=/usr/bin/mkisofs
endif
ifndef MKISOFS_OPTS
#For normal users
MKISOFS_OPTS=-a -r -T
MKISOFS_OPTS=-r -T
#For symlink farmers
#MKISOFS_OPTS=-a -r -F . -T
#MKISOFS_OPTS=-r -F . -T
endif
ifndef HOOK
HOOK=$(BASEDIR)/tools/$(CODENAME).hook

6
debian/CONF.sh vendored
View File

@ -72,9 +72,9 @@ export APTTMP=/home/ftp/tmp/apt
# export COPYLINK=1
# Options
# export MKISOFS=/usr/bin/mkhybrid
# export MKISOFS_OPTS="-a -r -T" #For normal users
# export MKISOFS_OPTS="-a -r -F . -T" #For symlink farmers
# export MKISOFS=/usr/bin/mkisofs
# export MKISOFS_OPTS="-r -T" #For normal users
# export MKISOFS_OPTS="-r -F . -T" #For symlink farmers
# uncomment this to if you want to see more of what the Makefile is doing
#export VERBOSE_MAKE=1

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
debian-cd (2.2.5) unstable; urgency=low
* UNRELEASED
* Remove (obsolete) -a from mkhybrid call. Changed mkhybrid to mkisofs
since mkhybrid has been superseded by mkisofs. Closes: #97439
-- Raphael Hertzog <hertzog@debian.org> Sat, 19 May 2001 15:15:29 +0200
debian-cd (2.2.4) unstable; urgency=medium
* All (i386) CD's now have a different kernel from boot-disks.