From 8588913b10b8edde8c929416502b305f838f255c Mon Sep 17 00:00:00 2001 From: Martin Gracik Date: Wed, 13 Apr 2011 14:19:52 +0200 Subject: [PATCH] Do not remove shutdown from sbin --- src/pylorax/installtree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)