[PATCH] Move reipl step to be after instbootloader step.

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

 



We cannot run the reipl step until after zipl is installed because we
get the reipl device node name from the output of zipl.

Related: rhbz#618376
---
 dispatch.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dispatch.py b/dispatch.py
index 0fde47a..d098698 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -98,7 +98,6 @@ installSteps = [
     ("basepkgsel", doBasePackageSelect, ),
     ("group-selection", ),
     ("postselection", doPostSelection, ),
-    ("reipl", doReIPL, ),
     ("install", ),
     ("preinstallconfig", doPreInstall, ),
     ("installpackages", doInstall, ),
@@ -106,6 +105,7 @@ installSteps = [
     ("writeconfig", writeConfiguration, ),
     ("firstboot", firstbootConfiguration, ),
     ("instbootloader", writeBootloader, ),
+    ("reipl", doReIPL, ),
     ("writeksconfig", writeKSConfiguration, ),
     ("setfilecon", setFileCons, ),
     ("copylogs", copyAnacondaLogs, ),
-- 
1.7.3.5

_______________________________________________
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