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

Added Files:
        configdb.ser filelist img1440.bin.gz leaf.cfg syslinux.cfg 
        syslinux.ser 
Log Message:
initial import


--- NEW FILE: syslinux.ser ---
# This configures Bering-uClibc with only serial consoles. Two steps are needed:
# Rename syslinux.ser as syslinux.cfg, and configdb.ser as configdb.lrp
serial 0 19200
display syslinux.dpy
timeout 0 
append reboot=bios
default linux initrd=initrd.lrp init=/linuxrc rw root=/dev/ram0 
console=ttyS0,19200n8 LEAFCFG=/dev/fd0u1680:msdos,/dev/cdrom:iso9660 
syst_size=12M log_size=4M LRP=root,config,etc,modules,dropbear

--- NEW FILE: configdb.ser ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: filelist ---
FILELIST="linux initrd_ide_cd.lrp:initrd.lrp moddb.lrp dropbear.lrp"

--- NEW FILE: syslinux.cfg ---
display syslinux.dpy
timeout 0
append reboot=bios
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,modules,dropbear

--- NEW FILE: img1440.bin.gz ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: leaf.cfg ---
# 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).

# LRP and PKGPATH variables now support whitespace (space, tab, newline)
# as well as commas for seperators.

# Uncomment for more verbose execution.
#VERBOSE=1

# Other variables you might want to set in this file include:
# 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
# log_size      Size of /var/log ramdisk

# 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


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to