Make networkmanager service example optional.

main
Teo Mrnjavac 12 years ago
parent 5bb7755925
commit 5b864c5dc3

@ -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…
Cancel
Save