[PATCH 2/4] Ask for hostname after all possible net configuration (#472379)

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

 



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

[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