mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 12:25:38 -04:00
Make networkmanager service example optional.
This commit is contained in:
parent
5bb7755925
commit
5b864c5dc3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
services:
|
||||
- name: "NetworkManager" #name of the service file
|
||||
mandatory: true #true=> if enabling fails the installer errors out and quits
|
||||
mandatory: false #true=> if enabling fails the installer errors out and quits
|
||||
#false=>if enabling fails print warning to console and continue
|
||||
- name: "cups"
|
||||
mandatory: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue