Tibbs, Richard wrote:

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"

Try the following instead:

  LRP="$KCMD_LRP rsync"
  LRP="$LRP daemontl"
  LRP="$LRP weblet"

Note the removal of KCMD_ from all but the first LRP= line, so you don't over-write previous changes to the LRP environment variable, but append to it, which seems to be what you're trying to accomplish.

HTH,

--
Charles Steinkuehler
[EMAIL PROTECTED]


------------------------------------------------------- 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_id=4721&alloc_id=10040&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