Make networkmanager service example optional.

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

@ -3,7 +3,7 @@
services: services:
- name: "NetworkManager" #name of the service file - 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 #false=>if enabling fails print warning to console and continue
- name: "cups" - name: "cups"
mandatory: false mandatory: false

Loading…
Cancel
Save