Removed the -T option to mkisofs. We don't need the TRANS.TBL files

any more, and we should save the space.
This commit is contained in:
Steve McIntyre 2004-06-09 18:54:35 +00:00
parent 1b2e0c4a98
commit 9abd411bd1
3 changed files with 6 additions and 6 deletions

View File

@ -137,8 +137,8 @@ export CONTRIB=1
# Options
# export MKISOFS=/usr/bin/mkisofs
# export MKISOFS_OPTS="-r -T" #For normal users
# export MKISOFS_OPTS="-r -F . -T" #For symlink farmers
# export MKISOFS_OPTS="-r" #For normal users
# export MKISOFS_OPTS="-r -F ." #For symlink farmers
# ISOLinux support for multiboot on CD1 for i386
export ISOLINUX=1

View File

@ -51,9 +51,9 @@ export MKISOFS=/usr/bin/mkisofs
endif
ifndef MKISOFS_OPTS
#For normal users
MKISOFS_OPTS=-r -T
MKISOFS_OPTS=-r
#For symlink farmers
#MKISOFS_OPTS=-r -F . -T
#MKISOFS_OPTS=-r -F .
endif
ifndef HOOK
HOOK=$(BASEDIR)/tools/$(CODENAME).hook

4
debian/CONF.sh vendored
View File

@ -125,8 +125,8 @@ export CONTRIB=1
# Options
# export MKISOFS=/usr/bin/mkisofs
# export MKISOFS_OPTS="-r -T" #For normal users
# export MKISOFS_OPTS="-r -F . -T" #For symlink farmers
# export MKISOFS_OPTS="-r" #For normal users
# export MKISOFS_OPTS="-r -F ." #For symlink farmers
# ISOLinux support for multiboot on CD1 for i386
export ISOLINUX=1