diff options
author | James Meyer <james.meyer@operamail.com> | 2010-03-29 23:37:53 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-03-29 23:37:53 (GMT) |
commit | 7d40ca6a02268d82c5fdbaaee3ffd948922d23ee (patch) | |
tree | e038bec468312914d83815f97589548632b95a2e /abs/core-testing/LinHES-config | |
parent | 7cfb5b2b2731f9b05f0490ae2e4ee828788b6347 (diff) | |
download | linhes_pkgbuild-7d40ca6a02268d82c5fdbaaee3ffd948922d23ee.zip linhes_pkgbuild-7d40ca6a02268d82c5fdbaaee3ffd948922d23ee.tar.gz linhes_pkgbuild-7d40ca6a02268d82c5fdbaaee3ffd948922d23ee.tar.bz2 |
LinHES-config: add hal for systems without frontend services running. This is needed for smolt
Diffstat (limited to 'abs/core-testing/LinHES-config')
-rwxr-xr-x | abs/core-testing/LinHES-config/mv_hostype.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-config/mv_hostype.py b/abs/core-testing/LinHES-config/mv_hostype.py index c6f4a36..4eade73 100755 --- a/abs/core-testing/LinHES-config/mv_hostype.py +++ b/abs/core-testing/LinHES-config/mv_hostype.py @@ -215,7 +215,7 @@ def hostypeprint(systemconfig): else: logging.debug(" Will NOT run the frontend") mv_common.remove_service("frontend") - mv_common.remove_service("hal") + mv_common.add_service("hal") if data_config.SYSTEMTYPE == "MythVantage": mv_common.remove_service("ghosd") |