Feature #4438
openBoot order of libvirt machines
Description
The fact that the guests are set to always boot from net is both a security problem, and a technical problem.
Lets say someone sets up a rouge dhcp server, and either by intent or pure ignorance ends up renstalling a server with the latest version of windows8...
The technical problem is that you will have trouble booting with two interfaces defined.
At the moment I'm trying to create a host with two interfaces, and after the install is completed I'm unable to boot.
The firs nic starts with pxe, and try localboot, which means that it just do a exit, and the next card tries to boot, but on that network there is no pxe configured. And there it hangs....
I see that this has been discussed eariler (http://projects.theforeman.org/issues/1532), and I've asked about it on #theforeman, and I understand why you have chosen to do it this way, but I think it creates a risk, and at least I see technical problems with it.