Eric Wolzak wrote:

Hello Charles , List


Sorry to get involved so late ( After a change of job, much time is consumed elsewhere :( )


Thanks for cleaning up /rewriting linuxrc.

Some suggestions. 1. wouldn't it be a good Idea to include a dos2unix command in source() , people do edit with other os as linux. Dos2unix could be included in busybox or realized with a sed pipe.

Good suggestion. I've been trying to eliminate sed as a requirement for linuxrc, but there may be a way to handle the EOL issue w/o actual file conversion (likely by adding <CR> to IFS prior to sourcing the file, but I need to test this).


2. Why not get the mount against all filesystems part out. normally you know from what filesystem your packages load. this could be set as a default value in the cfg script .
As far as I remember the repeated mounting of devices was one of the reasons for problems with DOC .

As long as the filesystem specification is optional, I think we'll need to try mounting against all existing filesystems. Note that currently no device is ever mounted more than once (without being unmounted first), so my updated linuxrc should work with folks using DOC (needs to be tested).


3. don't use fix values for log tmp and systemsize, but calculate a decent division if the values aren't defined by variables-

Sounds like a decent idea...anyone got any suggestions for how to divide up memory?


--
Charles Steinkuehler
[EMAIL PROTECTED]


------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

_______________________________________________
leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to