[syslinux] PXE/Memdisk/bootimage having a fight

robotti at godmail.com robotti at godmail.com
Fri Aug 12 11:06:23 PDT 2005


>***
>prompt=100
>kernel bzImage-2.4.26-ltsp-2
>append init=/linuxrc rw root=/dev/ram0 initrd=initrd-2.4.26-ltsp.gz
>
>label Ghost
>kernel memdisk
>append initrd=netboot.img
>
>***
>
>The above is my entire file
>
>what i want is the ability to choose which on for my end users

You could do it like this.

default Other 
prompt=100

label Other
kernel bzImage-2.4.26-ltsp-2
append init=/linuxrc rw root=/dev/ram0 initrd=initrd-2.4.26-ltsp.gz

label Ghost
kernel memdisk
append initrd=netboot.img




More information about the Syslinux mailing list