From 6348e729744c6305af00ccc1ca8a716edb6498bd Mon Sep 17 00:00:00 2001
From: Teo Mrnjavac <teo@kde.org>
Date: Sat, 12 Jul 2014 14:34:42 +0200
Subject: [PATCH] Comment out modules we don't have yet.

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

diff --git a/settings.conf b/settings.conf
index d3c4d56fca..073e3d7b9d 100644
--- a/settings.conf
+++ b/settings.conf
@@ -26,11 +26,11 @@ prepare:
 # allowed, their names should be added here as placeholders to specify the order in
 # which view module jobs should be enqueued. Job modules are also allowed.
 install: #TODO: actually use this
-- partition
-- unsquashfs
+#- partition
+#- unsquashfs
 - locale
 - keyboard
-- users
+#- users
 
 # Phase 3 - postinstall.
 # View modules are shown as UI pages, jobs from job modules are executed immediately in
-- 
GitLab