On Mon, May 10, 2004 at 05:25:14PM -0400, Mark Seger wrote: > So what's causing this to fail and what can I do to track > the problem down?
what i often do to track down such problems is to change the first line in the rcS script to: #!/bin/sh -x and log the console during install. noisy, but its easier to narrow a problem down w/ too much information in front of you than to keep regening the initrd.img file for each additional piece of info you want. ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ Sisuite-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-users
