[lorax] Provide shutdown on s390x (#694518)

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

 



---
 src/pylorax/installtree.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pylorax/installtree.py b/src/pylorax/installtree.py
index 4a63af5..650eabc 100644
--- a/src/pylorax/installtree.py
+++ b/src/pylorax/installtree.py
@@ -338,7 +338,7 @@ class LoraxInstallTree(BaseLoraxClass):
         if self.basearch in ("s390", "s390x"):
             # copy shutdown
             src = joinpaths(self.root, "usr", self.libdir, "anaconda/shutdown")
-            dst = joinpaths(self.root, "sbin", "init")
+            dst = joinpaths(self.root, "sbin", "shutdown")
             os.unlink(dst)
             shutil.copy2(src, dst)
 
-- 
1.7.3.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