anaconda: disable xend

Since we use libxl not needed any more.
This commit is contained in:
Marek Marczykowski 2011-10-07 11:35:22 +02:00
parent 4f525d173b
commit d064feb31c

View File

@ -83,7 +83,7 @@ class InstallClass(BaseInstallClass):
def postAction(self, anaconda):
# First disable all the useless services...
whitelisted = ['functions', 'killall', 'halt', 'single',
'rsyslog', 'haldaemon', 'messagebus', 'xenstored', 'xend', 'xenconsoled', 'firstboot',
'rsyslog', 'haldaemon', 'messagebus', 'xenstored', 'xenconsoled', 'firstboot',
'qubes_core', 'qubes_netvm', 'qubes_setupdvm']
for file in os.listdir(anaconda.rootPath + '/etc/init.d'):