--- builds_bin/build_installer 2007/07/03 18:02:03 1.8 +++ builds_bin/build_installer 2007/07/19 19:59:15 1.9 @@ -8,10 +8,12 @@ distvers=$(basename $(pwd)) distarch=$(uname -i) PYTHONPATH=/usr/lib/anaconda/ /usr/lib/anaconda-runtime/genhdlist \ + --productpath SME \ --withnumbers \ $(pwd)/cdrom.image/ PYTHONPATH=/usr/lib/anaconda/ /usr/lib/anaconda-runtime/pkgorder \ + --product SME \ $(pwd)/cdrom.image \ $distarch > pkgorder @@ -20,7 +22,7 @@ do PKGFILE=$(basename $PKG) if [ ! -f $(pwd)/cdrom.image/SME/$PKGFILE ] then - ln -sf $PKG $(pwd)/cdrom.image/CentOS/RPMS/ + ln -sf $PKG $(pwd)/cdrom.image/SME/RPMS/ fi done @@ -28,11 +30,12 @@ PYTHONPATH=/usr/lib/anaconda/ sudo /usr/ --product "$distname" \ --version "$distrel.0" \ --release "$distname" \ + --prodpath SME \ --pkgorder pkgorder \ $(pwd)/cdrom.image/ # Remove previous linked files -find $(pwd)/cdrom.image/CentOS/RPMS/ -type l | xargs rm -f +find $(pwd)/cdrom.image/SME/RPMS/ -type l | xargs rm -f # Copy updated isolinux files sudo cp -f /builds/isolinux/* $(pwd)/cdrom.image/isolinux/