On Fri, Jul 18, 2008 at 4:11 PM, Philip Prindeville <[EMAIL PROTECTED]> wrote: > > So... I could modify my syslinux.cfg file as: > > # serial 0 19200 > # console 1 > default runnix > timeout 5 > prompt 1 > display boot.msg > > label runnix > kernel runnix > append initrd=runnix.img root=/dev/ram0 rw init=/runnix runimg=auto > console=ttyS0,19200n8 ide=nodma > > label repair > kernel runnix > append initrd=runnix.img root=/dev/ram0 rw init=/runnix runimg=auto > console=ttyS0,19200n8 ide=nodma doshell > > > and that's all that I need? > > I would have thought that the "kernel" or "append" arguments would need > more changing than that. >
That's it. Or, you could intercept syslinux before runnix boots and type: runnix doshell at the syslinux command line. -- Kristian Kielhofner http://blog.krisk.org ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
