Magellan Linux

Diff of /trunk/mlivecdbuild/mlivecdbuild.sh

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

revision 154 by niro, Mon Jul 4 00:42:48 2005 UTC revision 219 by niro, Wed Aug 31 17:17:29 2005 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  # $Header: /home/cvsd/magellan-cvs/magellan-src/mlivecdbuild/mlivecdbuild.sh,v 1.6 2005-07-04 00:42:48 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/mlivecdbuild/mlivecdbuild.sh,v 1.7 2005-08-31 17:17:29 niro Exp $
3    
4  #  #
5  # Builds Magellan Livecd's 0.3.6-r7  # Builds Magellan Livecd's 0.3.6-r7
# Line 24  export CDLAYOUTFILE=magellan_layout-i686 Line 24  export CDLAYOUTFILE=magellan_layout-i686
24    
25  # usbstick: vfat doesn't like CAPS and strings longer than 8 chars  # usbstick: vfat doesn't like CAPS and strings longer than 8 chars
26  export CDID=cdid  export CDID=cdid
27  export VERSION=0.3.6-r7  export VERSION=0.3.6-r8
28  export CDINITRD=${LIVECDROOT}/mntinitrd  export CDINITRD=${LIVECDROOT}/mntinitrd
29  export CDISOLOOP=${LIVECDROOT}/isoloop  export CDISOLOOP=${LIVECDROOT}/isoloop
30    
# Line 33  export CLOOPFILE=cloop-1.02-precompiled. Line 33  export CLOOPFILE=cloop-1.02-precompiled.
33  export CLOOPDIR=cloop-1.02  export CLOOPDIR=cloop-1.02
34    
35  # busybox-0.60.3 is official stable  # busybox-0.60.3 is official stable
36  export BUSYBOXFILE=busybox-1.00-precompiled.tar.bz2  export BUSYBOXFILE=busybox-1.00-precompiled-i486.tar.bz2
37  export BUSYBOXDIR=busybox-1.00  export BUSYBOXDIR=busybox-1.00
38    
39  export SEDFILE=sed-4.0.9-static.tar.bz2  export SEDFILE=sed-4.1.4-static.tar.bz2
40  export SEDDIR=sed-4.0.9  export SEDDIR=sed-4.1.4
41    
42  #kernelname must be the same in the isolinux.cfg/syslinux.cfg  #kernelname must be the same in the isolinux.cfg/syslinux.cfg
43  CDKERNELNAME=magelive  CDKERNELNAME=magelive

Legend:
Removed from v.154  
changed lines
  Added in v.219