From b601de911b3d8a4ec6e3020d130dfe5fe9667381 Mon Sep 17 00:00:00 2001 From: jean-michel <jean-michel@obarun.org> Date: Mon, 25 Mar 2019 16:06:10 +0100 Subject: [PATCH] improvement on comments --- plasma/customizeChroot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plasma/customizeChroot b/plasma/customizeChroot index 488b2f1..d560575 100755 --- a/plasma/customizeChroot +++ b/plasma/customizeChroot @@ -59,13 +59,13 @@ config_66(){ out_action "Create and enable tree [system]" 66-tree -v3 -cE system - out_action "Enable ntpd sshd on tree [system]" + out_action "Enable ntpd,sshd on tree [system]" 66-enable -v3 -t system ntpd sshd - out_action "Create enable and make default tree [desktop]" + out_action "Create, enable and set flag default on tree [desktop]" 66-tree -v3 -cEn desktop - out_action "Enable dbus,networkmanager,wpa_supplicant on tree [desktop]" + out_action "Enable dbus,networkmanager,wpa_supplicant services on tree [desktop]" 66-enable -v3 -t desktop dbus networkmanager wpa_supplicant # avoid permissions access issue -- GitLab