From 276120cbc4e46ec87b699250f3ba3d57d56ad906 Mon Sep 17 00:00:00 2001
From: jean-michel <jean-michel@obarun.org>
Date: Tue, 7 May 2019 00:16:25 +0200
Subject: [PATCH] follow change of new 66 release

---
 plasma/customizeChroot | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/plasma/customizeChroot b/plasma/customizeChroot
index 9c4288f..8ab49fb 100755
--- a/plasma/customizeChroot
+++ b/plasma/customizeChroot
@@ -75,9 +75,6 @@ custo_once config_vguest
 
 config_66(){
 
-    # creation of the live/ to avoid crash
-    mkdir -p -m1777 /run/66
-
     out_action "Create and enable tree [system]"
     66-tree -v3 -nE system
 
@@ -90,17 +87,11 @@ config_66(){
     out_action "Enable dbus,networkmanager,wpa_supplicant services,sddm on tree [desktop]"
     66-enable -v3 -t desktop dbus networkmanager wpa_supplicant sddm
     
-    # avoid permissions access issue
-    chown -R ${NEWUSER}:users /run/66
-
     out_action "For ${NEWUSER}: Create, enable tree [gui] and set as current"
     su "${NEWUSER}" -c "66-tree -v3 -nEc gui"
 
     out_action "Enable dbus-user and xdg-user-dirs on tree [gui]"
     su "${NEWUSER}" -c "66-enable -v3 -t gui dbus-user xdg-user-dirs"
-
-    rm -rf /run/66
-
 }
 custo_once config_66
 
-- 
GitLab