/[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.2 by gordonr, Thu Nov 10 19:43:51 2005 UTC Revision 1.9 by slords, Thu Jul 19 19:59:15 2007 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2    
3  # Charlie Brady wrote on smeserver-developer:  [ -d cdrom.image ] || (echo "No cdrom.image directory?"; exit 1)
 # [I'm sure I've said this before, but ...] there's no new anaconda SRPM.  
 # The cdrom image I've been using comes directly from a CentOS one.  
   
 #  
 # What I've done is:  
 #  
 # - add CentOS/base/updates.img, made using mkcramfs from the updates directory  
 # - delete unwanted RPMs  
 # - add wanted RPMs  
 # - replace comps.xml  
 # - add install.cfg and update.cfg  
 # - edit isolinux/isolinux.cfg  
 #  
 # Run this in the a 7.0alphaXX directory, containing cdrom.image  
 # which contains the directory tree:  
   
   
 echo "Checking packages not installed in CentOS workstation group"  
 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  
4    
5  distname='SME Server'  distname='SME Server'
6    distrel=7
7  distvers=$(basename $(pwd))  distvers=$(basename $(pwd))
8    distarch=$(uname -i)
 for img in product updates  
 do  
         /usr/bin/mkcramfs \  
         $(pwd)/cdrom.image/$img \  
         $(pwd)/cdrom.image/CentOS/base/$img.img  
 done  
9    
10  PYTHONPATH=/usr/lib/anaconda/ /usr/lib/anaconda-runtime/genhdlist \  PYTHONPATH=/usr/lib/anaconda/ /usr/lib/anaconda-runtime/genhdlist \
11            --productpath SME \
12          --withnumbers \          --withnumbers \
13          $(pwd)/cdrom.image/          $(pwd)/cdrom.image/
14    
15  PYTHONPATH=/usr/lib/anaconda/ /usr/lib/anaconda-runtime/pkgorder \  PYTHONPATH=/usr/lib/anaconda/ /usr/lib/anaconda-runtime/pkgorder \
16            --product SME \
17          $(pwd)/cdrom.image \          $(pwd)/cdrom.image \
18          i386 > pkgorder          $distarch > pkgorder
19    
20  # Link to necessary rpms to rebuild installer  for PKG in /releases/$distrel/smeextras/$distarch/RPMS/*.rpm
21  for rpm in anaconda-10.1.1.19-1.centos4.i386.rpm \  do
22             anaconda-help-10.1.0-1.centos4.noarch.rpm \      PKGFILE=$(basename $PKG)
23             anaconda-runtime-10.1.1.19-1.centos4.i386.rpm \      if [ ! -f $(pwd)/cdrom.image/SME/$PKGFILE ]
24             atk-1.8.0-2.i386.rpm \      then
25             audiofile-0.2.6-1.i386.rpm \          ln -sf $PKG $(pwd)/cdrom.image/SME/RPMS/
26             bogl-0.1.18-4.i386.rpm \      fi
            bogl-bterm-0.1.18-4.i386.rpm \  
            booty-0.44-1.i386.rpm \  
            busybox-anaconda-1.00.rc1-5.i386.rpm \  
            comps-extras-10.1-1.noarch.rpm \  
            esound-0.2.35-2.i386.rpm \  
            fonts-arabic-1.5-3.noarch.rpm \  
            fonts-bengali-0.1-3.noarch.rpm \  
            fonts-xorg-base-6.8.1.1-1.EL.1.noarch.rpm \  
            gdk-pixbuf-0.22.0-16.el4.i386.rpm \  
            gnome-python2-2.6.0-3.i386.rpm \  
            gnome-python2-applet-2.6.0-3.i386.rpm \  
            gnome-python2-canvas-2.6.0-3.i386.rpm \  
            gnome-python2-nautilus-2.6.0-3.i386.rpm \  
            gtk2-2.4.13-14.i386.rpm \  
            joe-3.1-6.i386.rpm \  
            libart_lgpl-2.3.16-3.i386.rpm \  
            libgnomecanvas-2.8.0-1.i386.rpm \  
            memtest86+-1.26-2.i386.rpm \  
            open-1.4-21.i386.rpm \  
            pango-1.6.0-9.i386.rpm \  
            parted-1.6.19-1.EL.i386.rpm \  
            pygtk2-2.4.0-1.i386.rpm \  
            pyparted-1.6.8-2.i386.rpm \  
            redhat-artwork-0.120-1.1E.centos4.1.i386.rpm \  
            redhat-logos-1.1.25-1.centos4.3.noarch.rpm \  
            rsh-0.17-25.3.i386.rpm \  
            system-config-date-1.7.15-0.RHEL4.1.noarch.rpm \  
            ttfonts-bn-1.8-1.noarch.rpm \  
            ttfonts-gu-1.8-1.noarch.rpm \  
            ttfonts-hi-1.8-1.noarch.rpm \  
            ttfonts-ja-1.2-36.EL4.0.noarch.rpm \  
            ttfonts-ko-1.0.11-32.2.noarch.rpm \  
            ttfonts-pa-1.8-1.noarch.rpm \  
            ttfonts-ta-1.8-1.noarch.rpm \  
            ttfonts-zh_CN-2.14-6.noarch.rpm \  
            ttfonts-zh_TW-2.11-28.noarch.rpm \  
            urw-fonts-2.2-6.noarch.rpm \  
            vnc-server-4.0-8.1.i386.rpm \  
            xorg-x11-6.8.2-1.EL.13.6.i386.rpm; do  
     ln -fs /mirrors/centos/4.1/os/i386/CentOS/RPMS/$rpm $(pwd)/cdrom.image/CentOS/RPMS/  
27  done  done
28    
29  PYTHONPATH=/usr/lib/anaconda/ sudo /usr/lib/anaconda-runtime/buildinstall \  PYTHONPATH=/usr/lib/anaconda/ sudo /usr/lib/anaconda-runtime/buildinstall \
         --comp dist-4.1 \  
         --pkgorder pkgorder \  
         --release "$distname" \  
30          --product "$distname" \          --product "$distname" \
31          --version 7.0 \          --version "$distrel.0" \
32            --release "$distname" \
33            --prodpath SME \
34            --pkgorder pkgorder \
35          $(pwd)/cdrom.image/          $(pwd)/cdrom.image/
36    
37  # Remove previous linked files  # Remove previous linked files
38  find $(pwd)/cdrom.image/CentOS/RPMS/ -type l | xargs rm -f  find $(pwd)/cdrom.image/SME/RPMS/ -type l | xargs rm -f
39    
40  # Copy updated isolinux files  # Copy updated isolinux files
41  sudo cp -fR /builds/isolinux/* $(pwd)/cdrom.image/isolinux/  sudo cp -f /builds/isolinux/* $(pwd)/cdrom.image/isolinux/
42    
43    sed -i 's@1,2,3@1@' $(pwd)/cdrom.image/.discinfo
44    
45    sudo chown -R buildcvs:developers $(pwd)/cdrom.image/
46    sudo chmod -R g+w $(pwd)/cdrom.image/
47    
48  echo "You now need to run /builds/bin/build_ISO as non-root"  echo "You now need to run /builds/bin/build_ISO as non-root"
49    


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