Folks,
Back to the issue of getting daemontl.lrp to load. There was a previous
thread on the list titled:
 [leaf-user] Bering 1.2 CD won't load daemontl.lrp
There, I was using a syslinux.cfg line and leaf.cfg as follows:

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,etc,local,modules,iptables,pump,keyboard,shorwall,ulogd,dnscach
e,ipsec,mawk,dhcpd
Leaf.cfg:
# Example:
LRP="$KCMD_LRP rsync"
LRP="$KCMD_LRP daemontl"
LRP="$KCMD_LRP weblet"

Basically weblet will load but daemontl will not.
Now, swapping things around because I can do without dhcpd, I use:

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,etc,local,modules,iptables,pump,keyboard,shorwall,ulogd,dnscach
e,ipsec,mawk,daemontl
Leaf.cfg:
# Example:
LRP="$KCMD_LRP rsync"
LRP="$KCMD_LRP dhcpd"
LRP="$KCMD_LRP weblet"

Now weblet still loads (daemontl loads fine) but dhcpd doesn't load.
Is there a possible problem with the script or its handling?

Rick.


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id040&op=click
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to