From a5892b4c66aa7efd2d078f4623eec2cdfe50691e Mon Sep 17 00:00:00 2001 From: Andrey Bondrov Date: Fri, 27 Nov 2015 16:59:16 +1000 Subject: [PATCH] Try to fix issue with services config (disable section cannot be commented out) --- calamares.spec | 2 +- rosa-services.conf | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/calamares.spec b/calamares.spec index efbc7bc..105c890 100644 --- a/calamares.spec +++ b/calamares.spec @@ -6,7 +6,7 @@ Summary: Distribution-independent installer framework Name: calamares Version: 1.1.4.2 -Release: 7 +Release: 8 License: GPLv3+ Group: System/Configuration/Other Url: http://calamares.io/ diff --git a/rosa-services.conf b/rosa-services.conf index 93ff235..b477d67 100644 --- a/rosa-services.conf +++ b/rosa-services.conf @@ -48,6 +48,4 @@ targets: - name: "graphical" mandatory: true -#disable: # you can disable services -# - name: "dummy" -# mandatory: false +disable: []