Skip to content

Commit

Permalink
mocaccino-calamares/modules-conf: update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
joostruis committed Dec 24, 2024
1 parent dca3672 commit a349087
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/mocaccino/mocaccino-calamares/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
category: "system"
name: "mocaccino-calamares"
version: "0.20240928"
version: "0.20241224"
requires:
- category: "apps"
name: "calamares"
Expand Down
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: []

0 comments on commit a349087

Please sign in to comment.