mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
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:
parent
58f17a7504
commit
21c4887e35
2
CONF.sh
2
CONF.sh
@ -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
2
debian/CONF.sh
vendored
@ -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
2
debian/changelog
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user