From 5b864c5dc3402de53cd3e5b32074814292da6f11 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Thu, 27 Nov 2014 10:57:09 +0100 Subject: [PATCH] Make networkmanager service example optional. --- src/modules/services/services.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/services/services.conf b/src/modules/services/services.conf index 0e5c623d2..fd3e39832 100644 --- a/src/modules/services/services.conf +++ b/src/modules/services/services.conf @@ -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