/[smeserver]/builds_bin/build_ISO
ViewVC logotype

Diff of /builds_bin/build_ISO

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

Revision 1.29 by slords, Tue Nov 3 22:35:28 2009 UTC Revision 1.30 by slords, Tue Dec 1 16:17:48 2009 UTC
# Line 15  then Line 15  then
15      exit 1      exit 1
16  fi  fi
17    
18    # remove package that are no longer in the distro
19    if [ "$distrel" == "7" ]
20    then
21        find -name 'qmail-workaround*' -print0 -o \
22             -name '*rkhunter*' -print0 \
23        | xargs -r0 rm
24    fi
25    
26  for img in product updates  for img in product updates
27  do  do
28      if [ "$distrel" == "7" ]      if [ "$distrel" == "7" ]
# Line 76  mkisofs $mkisopts \ Line 84  mkisofs $mkisopts \
84      -b "$bootimg" \      -b "$bootimg" \
85      -c "$bootcat" \      -c "$bootcat" \
86      -no-emul-boot -boot-load-size 4 -boot-info-table \      -no-emul-boot -boot-load-size 4 -boot-info-table \
87      -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 \
88      -o ../iso/$distrel/$distarch/$disttag-$distvers-$distarch.iso \      -o ../iso/$distrel/$distarch/$disttag-$distvers-$distarch.iso \
89      $(pwd)/$distarch/      $(pwd)/$distarch/
90    


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