From eb26b4ee893a6d281b7c88e68f4fd43d233b7537 Mon Sep 17 00:00:00 2001
From: Teo Mrnjavac <teo@kde.org>
Date: Wed, 24 Feb 2016 15:40:40 +0100
Subject: [PATCH] Update settings defaults.

---
 settings.conf | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/settings.conf b/settings.conf
index 2ceba4dbab..d2bfd8f2f5 100644
--- a/settings.conf
+++ b/settings.conf
@@ -30,10 +30,11 @@ modules-search: [ local ]
 # For more information on running module instances, run Calamares in debug mode
 # and check the Modules page in the Debug information interface.
 # YAML: list of maps of string:string key-value pairs.
-instances:
-- id:       owncloud
-  module:   webview
-  config:   owncloud.conf
+
+#instances:
+#- id:       owncloud
+#  module:   webview
+#  config:   owncloud.conf
 
 # Sequence section. This section describes the sequence of modules, both
 # viewmodules and jobmodules, as they should appear and/or run.
@@ -89,7 +90,7 @@ sequence:
   - bootloader
   - umount
 - show:
-  - webview@owncloud
+#  - webview@owncloud
   - finished
 
 # A branding component is a directory, either in SHARE/calamares/branding or in
-- 
GitLab