diff --git a/anaconda/installclasses/qubes.py b/anaconda/installclasses/qubes.py index 689595a..a311981 100644 --- a/anaconda/installclasses/qubes.py +++ b/anaconda/installclasses/qubes.py @@ -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'):