CONF.sh: fix up the -jigdo-min-file-size option to use 1024 instead of

0; genisoimage used to fix this up, but xorriso doesn't.
This commit is contained in:
Steve McIntyre 2010-12-27 19:29:16 +00:00
parent 58f17a7504
commit 21c4887e35
3 changed files with 4 additions and 2 deletions

View File

@ -306,7 +306,7 @@ export JIGDO_INCLUDE="/pool/"
# Specify the minimum file size to consider for jigdo processing. Any files
# smaller than this will simply be placed straight into the template file.
export JIGDO_OPTS="-jigdo-min-file-size 0"
export JIGDO_OPTS="-jigdo-min-file-size 1024"
for EXCL in $JIGDO_EXCLUDE; do
JIGDO_OPTS="$JIGDO_OPTS -jigdo-exclude $EXCL"

2
debian/CONF.sh vendored
View File

@ -306,7 +306,7 @@ export JIGDO_INCLUDE="/pool/"
# Specify the minimum file size to consider for jigdo processing. Any files
# smaller than this will simply be placed straight into the template file.
export JIGDO_OPTS="-jigdo-min-file-size 0"
export JIGDO_OPTS="-jigdo-min-file-size 1024"
for EXCL in $JIGDO_EXCLUDE; do
JIGDO_OPTS="$JIGDO_OPTS -jigdo-exclude $EXCL"

2
debian/changelog vendored
View File

@ -9,6 +9,8 @@ debian-cd (3.1.5) UNRELEASED; urgency=low
+ Makefile: Add support for overriding the MKISOFS and MKISOFS_OPTS
variables on a per-arch basis
+ CONF.sh: add working examples for this
+ CONF.sh: fix up the -jigdo-min-file-size option to use 1024 instead
of 0; genisoimage used to fix this up, but xorriso doesn't.
+ tools/boot/squeeze/boot-x86: if configured to use xorriso, add the
extra command line options to add the isohybrid MBR. Also work
around a difference in ISO directory naming between genisoimage and