Do not disable qubes_setupdvm at the end of instalation (#216)
This commit is contained in:
parent
96fc81d210
commit
c321043e39
@ -91,7 +91,7 @@ class InstallClass(BaseInstallClass):
|
|||||||
# 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', 'xend', 'xenconsoled', 'firstboot',
|
||||||
'qubes_core', 'qubes_netvm']
|
'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'):
|
||||||
if not file in whitelisted:
|
if not file in whitelisted:
|
||||||
|
Loading…
Reference in New Issue
Block a user