--- builds_bin/build_installer 2005/10/10 03:15:53 1.1 +++ builds_bin/build_installer 2005/11/10 19:43:51 1.2 @@ -19,7 +19,8 @@ echo "Checking packages not installed in CentOS workstation group" -for package in anaconda anaconda-runtime bogl booty createrepo mkisofs zsync +for package in anaconda anaconda-runtime bogl booty createrepo mkisofs zsync \ + xorg-x11-font-utils netpbm-progs netpbm do rpm -q $package || exit "$package must be installed" done @@ -105,8 +106,6 @@ find $(pwd)/cdrom.image/CentOS/RPMS/ -ty # Copy updated isolinux files sudo cp -fR /builds/isolinux/* $(pwd)/cdrom.image/isolinux/ -cd cdrom.image - -/builds/bin/build_IS0 +echo "You now need to run /builds/bin/build_ISO as non-root" # That's it.