That's how it works on rhel5, apparently. --- loader/loader.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/loader/loader.c b/loader/loader.c index f270ac6..268ffe1 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -91,6 +91,7 @@ #include "urls.h" #include "urlinstall.h" +#include "ibft.h" #include "net.h" #include "telnetd.h" @@ -1480,7 +1481,8 @@ static char *doLoaderMain(struct loaderData_s *loaderData, if (((installMethods[validMethods[loaderData->method]].type != DEVICE_NETWORK) && (!hasGraphicalOverride()) && !FL_ASKNETWORK(flags) && - !FL_EARLY_NETWORKING(flags)) || + !FL_EARLY_NETWORKING(flags) && + !ibft_present()) || (is_nm_connected())) { needsNetwork = 0; if (dir == 1) -- 1.7.1.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list