/[smeserver]/builds_bin/build_installer
ViewVC logotype

Diff of /builds_bin/build_installer

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by gordonr, Mon Oct 10 03:15:53 2005 UTC Revision 1.2 by gordonr, Thu Nov 10 19:43:51 2005 UTC
# Line 19  Line 19 
19    
20    
21  echo "Checking packages not installed in CentOS workstation group"  echo "Checking packages not installed in CentOS workstation group"
22  for package in anaconda anaconda-runtime bogl booty createrepo mkisofs zsync  for package in anaconda anaconda-runtime bogl booty createrepo mkisofs zsync \
23            xorg-x11-font-utils netpbm-progs netpbm
24  do  do
25      rpm -q $package || exit "$package must be installed"      rpm -q $package || exit "$package must be installed"
26  done  done
# Line 105  find $(pwd)/cdrom.image/CentOS/RPMS/ -ty Line 106  find $(pwd)/cdrom.image/CentOS/RPMS/ -ty
106  # Copy updated isolinux files  # Copy updated isolinux files
107  sudo cp -fR /builds/isolinux/* $(pwd)/cdrom.image/isolinux/  sudo cp -fR /builds/isolinux/* $(pwd)/cdrom.image/isolinux/
108    
109  cd cdrom.image  echo "You now need to run /builds/bin/build_ISO as non-root"
   
 /builds/bin/build_IS0  
110    
111  # That's it.  # That's it.


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed