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 b773404..f2247e1 100644 --- a/dispatch.py +++ b/dispatch.py @@ -73,7 +73,6 @@ installSteps = [ ("regkey", regKeyScreen, ), ("findrootparts", findRootParts, ), ("findinstall", ), - ("network", ), ("timezone", ), ("accounts", ), ("setuptime", setupTimezone, ), @@ -99,6 +98,7 @@ installSteps = [ ("basepkgsel", doBasePackageSelect, ), ("group-selection", ), ("postselection", doPostSelection, ), + ("network", ), ("install", ), ("preinstallconfig", doPreInstall, ), ("installpackages", doInstall, ), -- 1.6.1.3 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list