Do not disable qubes_setupdvm at the end of instalation (#216)

release2
Marek Marczykowski 13 years ago
parent 96fc81d210
commit c321043e39

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

Loading…
Cancel
Save