Move the hostname entry screen to after package selection, which is the last place where the network interface could be brought up. Do this to favor DNS lookups whenever possible. We might want to combine the hostname screen and root password screen and have it appear after package selection as the last things to prompt the user for before beginning the installation. --- dispatch.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dispatch.py b/dispatch.py index d6fbcce..5c619e2 100644 --- a/dispatch.py +++ b/dispatch.py @@ -75,7 +75,6 @@ installSteps = [ ("storageinit", storageInitialize, ), ("findrootparts", findRootParts, ), ("findinstall", ), - ("network", ), ("timezone", ), ("accounts", ), ("setuptime", setupTimezone, ), @@ -99,6 +98,7 @@ installSteps = [ ("basepkgsel", doBasePackageSelect, ), ("group-selection", ), ("postselection", doPostSelection, ), + ("network", ), ("reipl", doReIPL, ), ("install", ), ("preinstallconfig", doPreInstall, ), -- 1.6.2.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list