Kristian Kielhofner wrote:
> On 7/16/08, Philip Prindeville <[EMAIL PROTECTED]> wrote:
>   
>> Anyone have additional configuration to add to the runnix syslinux.cfg
>>  file so that instead of always booting up regularly, you could also have
>>  it boot the initrd image and drop into a single-user shell?
>>
>>  This might be useful if your runnix filesystem has gotten trashed and
>>  you need to repair it by hand...
>>
>>  -Philip
>>
>>     
>
> Phillip,
>
>   On recent Runnix releases just pass "doshell" on the kernel command line.
>
>   

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.



-------------------------------------------------------------------------
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]

Reply via email to