summaryrefslogtreecommitdiffstats
path: root/loader2/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader2/net.c')
-rw-r--r--loader2/net.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/loader2/net.c b/loader2/net.c
index 49a3b0b61..57891ee6c 100644
--- a/loader2/net.c
+++ b/loader2/net.c
@@ -895,6 +895,10 @@ int kickstartNetworkUp(struct knownDevices * kd,
break;
} while (1);
+ /* we don't want to end up asking about interface more than once
+ * if we're in a kickstart-ish case (#100724) */
+ loaderData->netDev_set = 1;
+
/* JKFIXME: this is kind of crufty, we depend on the fact that the
* ip is set and then just get the network up. we should probably
* add a way to do asking about static here and not be such a hack */