From 1429540adb0290beb48a3cae1117990b07054441 Mon Sep 17 00:00:00 2001
From: jean-michel <jean-michel@obarun.org>
Date: Tue, 26 Mar 2019 16:31:52 +0100
Subject: [PATCH] fix and reorder 66-tree options

---
 plasma/customizeChroot | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plasma/customizeChroot b/plasma/customizeChroot
index d560575..b130db4 100755
--- a/plasma/customizeChroot
+++ b/plasma/customizeChroot
@@ -57,13 +57,13 @@ config_66(){
     mkdir -p -m1777 /run/66
 
     out_action "Create and enable tree [system]"
-    66-tree -v3 -cE system
+    66-tree -v3 -nE system
 
     out_action "Enable ntpd,sshd on tree [system]"
     66-enable -v3 -t system ntpd sshd
 
     out_action "Create, enable and set flag default on tree [desktop]"
-    66-tree -v3 -cEn desktop
+    66-tree -v3 -nEc desktop
 
     out_action "Enable dbus,networkmanager,wpa_supplicant services on tree [desktop]"
     66-enable -v3 -t desktop dbus networkmanager wpa_supplicant
-- 
GitLab