> > I resolved it by removing all the network pre_install configuration
> > generate and replace it with:
> >
> > network --bootproto=dhcp --hostname=<systemhostname>
> > --gateway=<systemgateway>
> >
> > This will reuse the DHCP that is already there from the PXE. And it will
> > generate the /etc/sysconfig/network.
> >
> > To get the gateway working I modified the post_install_network_config
> > and removed the gateway setting.
> >
> > Was there a reason why we should let anaconda create the network config?
> > Currently all the config is overwritten it in the post_install.
> >
>
> This was done to be able to support advanced networking configurations
> like bonding and VLANs and to add better support for environments
> without DHCP. Obviously, it's still a bit buggy. ;)
> If you can tell me what happens exactly, I can try to fix it.

It was the 'ifconfig -a' that was missing. Only eth0 was configured, but the 
pre-install wanted to configure eth1 and couldn't find the MAC with the result 
that the network was not configured.

It is fixed by your latest commits.

Thanks,
Peter

This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.


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

Reply via email to