Vreman, Peter - Acision wrote: > I have issues with bonding and the current pre_network_installation > > > > 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. Jasper _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
