-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mocaccino-calamares/modules-conf: update settings
- Loading branch information
Showing
2 changed files
with
10 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 9 additions & 14 deletions
23
packages/mocaccino/mocaccino-calamares/modules-conf/modules/services-systemd.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,29 @@ | ||
--- | ||
#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 | ||
units: | ||
- name: "NetworkManager" | ||
action: "enable" | ||
mandatory: false | ||
- name: "cpupower-frequency-set" | ||
action: "enable" | ||
mandatory: false | ||
- name: "cups" | ||
action: "enable" | ||
mandatory: false | ||
- name: "systemd-timesyncd" | ||
action: "enable" | ||
mandatory: false | ||
- name: "cronie" | ||
action: "enable" | ||
mandatory: false | ||
- name: "yip-boot" | ||
action: "enable" | ||
mandatory: false | ||
|
||
targets: | ||
- name: "graphical" | ||
mandatory: true | ||
|
||
disable: | ||
- name: "installer-gui" | ||
mandatory: false | ||
- name: "installer-text" | ||
mandatory: false | ||
- name: "music" | ||
mandatory: false | ||
- name: "cdeject" | ||
mandatory: false | ||
|
||
# Example to express an empty list: | ||
# disable: [] |