Do not remove shutdown from sbin
This commit is contained in:
parent
4e42a82b20
commit
8588913b10
@ -392,7 +392,7 @@ class LoraxInstallTree(BaseLoraxClass):
|
|||||||
os.unlink(name)
|
os.unlink(name)
|
||||||
os.symlink("init", name)
|
os.symlink("init", name)
|
||||||
|
|
||||||
for fname in ["runlevel", "shutdown", "telinit"]:
|
for fname in ["runlevel", "telinit"]:
|
||||||
name = joinpaths(self.root, "sbin", fname)
|
name = joinpaths(self.root, "sbin", fname)
|
||||||
os.unlink(name)
|
os.unlink(name)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user