Hi,

I'm using Cobbler 2.2.3, and have to resort to buildiso.

Now, my problem is that ISO want's my machines to do DHCP, but I don't want them to do that. I want pure static networking during installation process.

Is that possible and how?

I've tried to set following in my kickstart file:

network --bootproto=static --device=eth0 --onboot=on --noipv6 --ip=192.168.1.244 --netmask=255.255.255.0 --gateway=192.168.1.1 --nameserver=192.168.1.1

but with no luck. It seems that buildiso configures networking dhcp, because network config gets done before it even pulls kickstart from Cobbler server.


How should I go about this one? Is there a way to force static configuration of network interface for installation?



--
Jakov Sosic
www.srce.unizg.hr
_______________________________________________
cobbler mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/cobbler

Reply via email to