Displaying 1 result from an estimated 1 matches for "kubuntunet".
2010 Jul 23
4
Equivalent of pxechain.com for (USB key based) syslinux
...on's subdirectory.
A while back, when faced with a similar task on a PXE server, I came
across pxechain.com which elegantly solves this issue. With pxechain.com
I can say the following in my master pxelinux.cfg/default:
default menu.c32
prompt 0
menu title LGL PXE boot menu
timeout 100
LABEL KubuntuNet
menu Kubuntu network install
kernel pxechain.com
append ::kubuntu904/netboot/pxelinux.0
LABEL udpcast
menu label Udpcast
kernel pxechain.com
append ::udpcast/pxelinux.0
This correctly hands off to the (unmodified) pxelinux.cfg/default's in
the d...