anaconda: disable xend
Since we use libxl not needed any more.
This commit is contained in:
parent
4f525d173b
commit
d064feb31c
@ -83,7 +83,7 @@ class InstallClass(BaseInstallClass):
|
|||||||
def postAction(self, anaconda):
|
def postAction(self, anaconda):
|
||||||
# First disable all the useless services...
|
# First disable all the useless services...
|
||||||
whitelisted = ['functions', 'killall', 'halt', 'single',
|
whitelisted = ['functions', 'killall', 'halt', 'single',
|
||||||
'rsyslog', 'haldaemon', 'messagebus', 'xenstored', 'xend', 'xenconsoled', 'firstboot',
|
'rsyslog', 'haldaemon', 'messagebus', 'xenstored', 'xenconsoled', 'firstboot',
|
||||||
'qubes_core', 'qubes_netvm', 'qubes_setupdvm']
|
'qubes_core', 'qubes_netvm', 'qubes_setupdvm']
|
||||||
|
|
||||||
for file in os.listdir(anaconda.rootPath + '/etc/init.d'):
|
for file in os.listdir(anaconda.rootPath + '/etc/init.d'):
|
||||||
|
Loading…
Reference in New Issue
Block a user