--- builds_bin/build_ISO 2009/11/03 22:35:28 1.29 +++ builds_bin/build_ISO 2009/12/01 16:17:48 1.30 @@ -15,6 +15,14 @@ then exit 1 fi +# remove package that are no longer in the distro +if [ "$distrel" == "7" ] +then + find -name 'qmail-workaround*' -print0 -o \ + -name '*rkhunter*' -print0 \ + | xargs -r0 rm +fi + for img in product updates do if [ "$distrel" == "7" ] @@ -76,7 +84,7 @@ mkisofs $mkisopts \ -b "$bootimg" \ -c "$bootcat" \ -no-emul-boot -boot-load-size 4 -boot-info-table \ - -x lost+found -x product -x updates -x 'buildinstall.tree.*' -x CVS \ + -x lost+found -x product -x updates -x 'buildinstall.tree.*' -x CVS -x product -x updates \ -o ../iso/$distrel/$distarch/$disttag-$distvers-$distarch.iso \ $(pwd)/$distarch/