Re: [rhel6-branch] ibft: always configure network devices if there's ibft available (#617860).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ack.

On 08/02/2010 12:51 PM, Ales Kozumplik wrote:
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)

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux