Update of /cvsroot/leaf/src/bering-uclibc/buildtool/tools/image/iso
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv18077

Modified Files:
        filelist leaf.cfg syslinux.cfg 
Log Message:
new config system

Index: leaf.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/buildtool/tools/image/iso/leaf.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** leaf.cfg    13 Jul 2005 22:05:57 -0000      1.1
--- leaf.cfg    26 Jun 2006 18:48:46 -0000      1.2
***************
*** 1,7 ****
  # This file is parsed as a shell script
! # Kernel command line paramters are avaialble as KCMD_<variable>
  # ie: KCMD_LRP contains the LRP= portion of the kernel command line
  # NOTE: For kernel command line settings that do not include an equals
! # sign (ie: rw or similar), the variable is set to itself, allwoing
  # for easy testing (ie: KCMD_rw=rw).
  
--- 1,7 ----
  # This file is parsed as a shell script
! # Kernel command line parameters are available as KCMD_<variable>
  # ie: KCMD_LRP contains the LRP= portion of the kernel command line
  # NOTE: For kernel command line settings that do not include an equals
! # sign (ie: rw or similar), the variable is set to itself, allowing
  # for easy testing (ie: KCMD_rw=rw).
  
***************
*** 15,18 ****
--- 15,20 ----
  # LRP         Packages to load
  # PKGPATH     Device(s) to load packages from
+ # CONFIGDB    Configuration database
+ # MODDB               Modules database
  # syst_size   Size of root ramdisk
  # tmp_size    Size of /tmp ramdisk
***************
*** 21,23 ****
  # Example:
  LRP="$KCMD_LRP rsync"
! 
--- 23,27 ----
  # Example:
  LRP="$KCMD_LRP rsync"
! # Experts only: the name of the config and modules databases can be changed, 
choose an unique name.
! #CONFIFGDB=configdb
! #MODDB=moddb

Index: filelist
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/buildtool/tools/image/iso/filelist,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** filelist    13 Jul 2005 22:53:26 -0000      1.1
--- filelist    26 Jun 2006 18:48:46 -0000      1.2
***************
*** 1 ****
! FILELIST="linux initrd_ide_cd.lrp:initrd.lrp local.lrp"
--- 1 ----
! FILELIST="linux initrd_ide_cd.lrp:initrd.lrp"

Index: syslinux.cfg
===================================================================
RCS file: 
/cvsroot/leaf/src/bering-uclibc/buildtool/tools/image/iso/syslinux.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** syslinux.cfg        13 Jul 2005 22:05:57 -0000      1.1
--- syslinux.cfg        26 Jun 2006 18:48:46 -0000      1.2
***************
*** 1,4 ****
! display syslinux.dpy
! timeout 0
! default linux initrd=initrd.lrp init=/linuxrc rw root=/dev/ram0 
LEAFCFG=/dev/fd0:msdos PKGPATH=/dev/fd0:msdos,/dev/cdrom:iso9660 syst_size=12M 
log_size=4M LRP=root,config,etc,local
! 
--- 1,3 ----
! display syslinux.dpy
! timeout 0
! default linux initrd=initrd.lrp init=/linuxrc rw root=/dev/ram0 
LEAFCFG=/dev/fd0:msdos PKGPATH=/dev/fd0:msdos,/dev/cdrom:iso9660 syst_size=12M 
log_size=4M LRP=root,config,etc


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to