From 4a9fb6108ee5ae4ed218f61f1018580dd2a21493 Mon Sep 17 00:00:00 2001
From: jean-michel <jean-michel@obarun.org>
Date: Sun, 5 May 2019 01:57:14 +0200
Subject: [PATCH] 'Merge' from 'dev-jm' branch

---
 plasma/customizeChroot          |  9 +++++----
 plasma/package_list/base_obarun | 15 +++++++++++++++
 2 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/plasma/customizeChroot b/plasma/customizeChroot
index a46c3f0..bcc5a6b 100755
--- a/plasma/customizeChroot
+++ b/plasma/customizeChroot
@@ -56,7 +56,7 @@ config_66(){
     # creation of the live/ to avoid crash
     mkdir -p -m1777 /run/66
 
-    out_action "Create, enable tree [system]"
+    out_action "Create and enable tree [system]"
     66-tree -v3 -nE system
 
     out_action "Enable ntpd,sshd on tree [system]"
@@ -67,17 +67,18 @@ 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] with flag current"
-    su "${NEWUSER}" -c "66-tree -v3 -nEc gui"
+    out_action "Create tree graphics for ${NEWUSER}, enables and makes it current"
+    su "${NEWUSER}" -c "66-tree -v3 -Ecn graphics"
 
     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
 
diff --git a/plasma/package_list/base_obarun b/plasma/package_list/base_obarun
index e35c3d6..22af417 100644
--- a/plasma/package_list/base_obarun
+++ b/plasma/package_list/base_obarun
@@ -29,6 +29,14 @@ sudo
 
 htop
 
+#------------------------------------------------
+## entropy 
+## run: cat /proc/sys/kernel/random/entropy_avail
+## if it is rather low (<1000), install haveged.
+#------------------------------------------------ 
+
+# haveged
+
 #--------------------
 ## archive utilities
 #--------------------
@@ -51,6 +59,12 @@ p7zip
 
 # git
 
+#---------------
+## data recovery
+#---------------
+
+# testdisk
+
 #--------------
 ## 66 services
 #--------------
@@ -70,4 +84,5 @@ sddm-66serv
 
 # dhcpcd-66serv
 # dmraid-66serv
+# haveged-66serv
 # nfs-utils-66serv
-- 
GitLab