> 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) Looks good, at least until I push the systemd stuff. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list