Tweak command line options for creating source images: add -joliet-long
This commit is contained in:
parent
62e26086ff
commit
ff3da67911
|
@ -23,6 +23,7 @@ debian-cd (3.1.8) UNRELEASED; urgency=low
|
||||||
* Add armhf as a known architecture, merging common armel/armhf boot
|
* Add armhf as a known architecture, merging common armel/armhf boot
|
||||||
setup scripts.
|
setup scripts.
|
||||||
* Remove hppa boot script, unsupported now.
|
* Remove hppa boot script, unsupported now.
|
||||||
|
* Tweak command line options for creating source images: add -joliet-long
|
||||||
|
|
||||||
[ Joey Hess ]
|
[ Joey Hess ]
|
||||||
* Read tasksel's debian-tasks.desc from its new location.
|
* Read tasksel's debian-tasks.desc from its new location.
|
||||||
|
|
|
@ -311,7 +311,7 @@ $BASEDIR/tools/add-bin-doc $DISKNUM "$ARCHES"
|
||||||
|
|
||||||
# Common stuff for all disks in the set
|
# Common stuff for all disks in the set
|
||||||
if [ "$SOURCEONLY"x = "yes"x ] ; then
|
if [ "$SOURCEONLY"x = "yes"x ] ; then
|
||||||
echo -n "-J " >> $BDIR/$DISKNUM.mkisofs_opts
|
echo -n "-J -joliet-long" >> $BDIR/$DISKNUM.mkisofs_opts
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo " Adding Release files"
|
echo " Adding Release files"
|
||||||
|
|
Loading…
Reference in New Issue