Hi
i m using cobbler 2.0.11 and i have the following problem.

I would like to use pxechain for some of my computer in order to make them installed by WDS.
if in my /tftpboot/pxelinux.cfg/mac-adress file i put

DEFAULT local
PROMPT 0
TIMEOUT 0
TOTALTIMEOUT 0
ONTIMEOUT local

LABEL local
    KERNEL pxechain.com
        APPEND 192.168.249.5

it works perfectly well.
The problems is that i don't see how to intergrate that in cobbler

i have tried to use the image functionnality.
i ran
cobbler image edit --name=wds --file=/tftpboot/images/pxechain.com --image-type=direct
and
cobbler system edit --name=i0012324 --image=wds --netboot-enabled=1

but i got in the file
default linux
prompt 0
timeout 1
label linux
        kernel /images2/wds
        ipappend 2
        append  ksdevice=bootif lang=  kssendmac text
It s almost good except the append part

how can i manage the append part to put what i want in it.

--
Eric Doutreleau
Ingénieur Système et Réseau
CEA- Genoscope (Evry)
Tel : 0160874583

_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to