diff --git a/src/pylorax/installtree.py b/src/pylorax/installtree.py index e7343191..97e1f63c 100644 --- a/src/pylorax/installtree.py +++ b/src/pylorax/installtree.py @@ -392,7 +392,7 @@ class LoraxInstallTree(BaseLoraxClass): os.unlink(name) os.symlink("init", name) - for fname in ["runlevel", "shutdown", "telinit"]: + for fname in ["runlevel", "telinit"]: name = joinpaths(self.root, "sbin", fname) os.unlink(name)