> 1) So, is there any way to use the 'append' option to shorten the line and > pull out the 'log_size' and syst_size'? Do I need to have 'ramdisk_size'?
Nope. Everything you put in 'append' statements or in the 'default linux' line gets added to the kernel parameter line. This has a limit of 255 characters. you can cat /proc/cmdline to see that it got cut after 255 chars. To get around that limit, remove the LRP=.... part from syslinux.cfg and create a file in the same directory as syslinux.cfg with the name 'lrpkg.cfg' containg the list of packages, in your case root,etc,local,modules,iptables,ppp,shorwall,ulogd,dnscache,weblet,netutils,tcpump,libz,sftp,ssh,sshd,sshkey At boot, the list of packages will be read from this file instead of the LRP= parameter > 2) If I install 'netutils' (for example), then backup 'root', will 'netutils' > stay permanent and I can remove it from the list? I'll give it a try. No package remains permanent. At boot time only the packages listed in the LRP= parameter or in the lrpkg.cfg file are loaded. HTH Alex ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 ------------------------------------------------------------------------ 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
