diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-07-26 14:57:31 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-07-26 14:57:31 +0100 |
commit | 723c90a6e3bb24a25e47be2103caa68fcbd74e47 (patch) | |
tree | 18b81bb8f63466846ea8e156bcd4a4e0b03191f1 /app-misc/calamares-config-kogaion/files | |
parent | b92cdf1f8f29458560f7d37d72d225e192bfb39e (diff) |
insert disable kogaionlive services into calamares src tree, disable kogaionlive services during installation, enable lightdm service
Diffstat (limited to 'app-misc/calamares-config-kogaion/files')
3 files changed, 31 insertions, 0 deletions
diff --git a/app-misc/calamares-config-kogaion/files/modules/liveservices.conf b/app-misc/calamares-config-kogaion/files/modules/liveservices.conf new file mode 100644 index 00000000..826b25cf --- /dev/null +++ b/app-misc/calamares-config-kogaion/files/modules/liveservices.conf @@ -0,0 +1,21 @@ +--- +#systemd kogaion live services are disabled in this precise order + +services: + - name: "x-setup" #name of the service file + mandatory: false #true=> if disabling fails the installer errors out and quits + #false=>if disabling fails print warning to console and continue + - name: "cdeject" + mandatory: false + + - name: "installer-text" + mandatory: false + + - name: "installer-gui" + mandatory: false + + - name: "graphical_start" + mandatory: false + + - name: "kogaionlive" + mandatory: false diff --git a/app-misc/calamares-config-kogaion/files/modules/services.conf b/app-misc/calamares-config-kogaion/files/modules/services.conf new file mode 100644 index 00000000..f5b22f4e --- /dev/null +++ b/app-misc/calamares-config-kogaion/files/modules/services.conf @@ -0,0 +1,9 @@ +--- +#systemd services and targets are enabled in this precise order + +services: + - name: "NetworkManager" #name of the service file + mandatory: false #true=> if enabling fails the installer errors out and quits + #false=>if enabling fails print warning to console and continue + - name: "lightdm" + mandatory: false diff --git a/app-misc/calamares-config-kogaion/files/settings.conf b/app-misc/calamares-config-kogaion/files/settings.conf index 2b5bc533..04911775 100644 --- a/app-misc/calamares-config-kogaion/files/settings.conf +++ b/app-misc/calamares-config-kogaion/files/settings.conf @@ -44,6 +44,7 @@ install: - displaymanager - networkcfg - hwclock +- liveservices - services #- dracut #- initramfs |