Do not remove shutdown from sbin

This commit is contained in:
Martin Gracik 2011-04-13 14:19:52 +02:00
parent 4e42a82b20
commit 8588913b10

View File

@ -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)