39 |
|
|
40 |
bootimg='isolinux/isolinux.bin' |
bootimg='isolinux/isolinux.bin' |
41 |
bootcat='isolinux/boot.cat' |
bootcat='isolinux/boot.cat' |
42 |
mkisopts='-v -U -J -R -T' |
mkisopts='-v -U -J -r -T' |
43 |
today="$(date '+%d %b %Y')" |
today="$(date '+%d %b %Y')" |
44 |
mkisofs $mkisopts \ |
mkisofs $mkisopts \ |
45 |
-V "$distname $distvers" \ |
-V "$distname $distvers" \ |
65 |
|
|
66 |
echo "Building SRPMS ISO" |
echo "Building SRPMS ISO" |
67 |
|
|
68 |
|
distvers=$(echo $distvers | sed 's/-i386//;s/-x86_64//') |
69 |
rm -f $disttag-SRPMS.iso $disttag-$distvers-SRPMS.iso |
rm -f $disttag-SRPMS.iso $disttag-$distvers-SRPMS.iso |
70 |
|
|
71 |
mkisofs $mkisopts \ |
mkisofs $mkisopts \ |