Joliet support added for s390.
This commit is contained in:
parent
dfa3530705
commit
75062f8496
|
@ -24,6 +24,7 @@ CDDIR=$2
|
||||||
cd $CDDIR/..
|
cd $CDDIR/..
|
||||||
|
|
||||||
if [ $N != "1" ] && [ $N != "1_NONUS" ] ; then
|
if [ $N != "1" ] && [ $N != "1_NONUS" ] ; then
|
||||||
|
echo "-J" > $N.mkisofs_opts
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -116,4 +117,4 @@ EOF
|
||||||
|
|
||||||
# include boot$N/-tree into iso-image
|
# include boot$N/-tree into iso-image
|
||||||
|
|
||||||
echo -n "boot$N " >> $N.mkisofs_opts
|
echo -n "-J boot$N " >> $N.mkisofs_opts
|
||||||
|
|
Loading…
Reference in New Issue