Tweak command line options for creating source images: add -joliet-long

This commit is contained in:
Steve McIntyre 2012-05-04 12:16:46 +00:00
parent 62e26086ff
commit ff3da67911
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -23,6 +23,7 @@ debian-cd (3.1.8) UNRELEASED; urgency=low
* Add armhf as a known architecture, merging common armel/armhf boot
setup scripts.
* Remove hppa boot script, unsupported now.
* Tweak command line options for creating source images: add -joliet-long
[ Joey Hess ]
* Read tasksel's debian-tasks.desc from its new location.

View File

@ -311,7 +311,7 @@ $BASEDIR/tools/add-bin-doc $DISKNUM "$ARCHES"
# Common stuff for all disks in the set
if [ "$SOURCEONLY"x = "yes"x ] ; then
echo -n "-J " >> $BDIR/$DISKNUM.mkisofs_opts
echo -n "-J -joliet-long" >> $BDIR/$DISKNUM.mkisofs_opts
fi
echo " Adding Release files"