mirror of
https://github.com/parchlinux/calamares.git
synced 2025-03-01 05:15:44 -05:00
14 lines
404 B
Text
14 lines
404 B
Text
|
---
|
||
|
#systemd services and targets are enabled in this precise order
|
||
|
|
||
|
services:
|
||
|
- name: "NetworkManager" #name of the service file
|
||
|
mandatory: true #true=> if enabling fails the installer errors out and quits
|
||
|
#false=>if enabling fails print warning to console and continue
|
||
|
- name: "cups"
|
||
|
mandatory: false
|
||
|
|
||
|
targets:
|
||
|
- name: "graphical"
|
||
|
mandatory: true
|