Skip to content
Snippets Groups Projects
Commit 899adb2e authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

maybe this one is the good one...

parent ed5a3ecf
No related branches found
No related tags found
No related merge requests found
......@@ -50,17 +50,18 @@ create_log_user(){
}
custo_once create_log_user
config(){
config_66(){
out_action "Enable dbus,connmand, consolekit,wpa_supplicant and ntpd on tree root"
66-enable connmand ntpd consolekit wpa_supplicant
out_action "Create tree graphics for ${NEWUSER}, enables and makes it current"
su "${NEWUSER}" -c "66-tree -Ecn graphics"
# creation of the live/state/uid to avoid crash
mkdir -p -m1777 /run/66/
mkdir -p -m1777 /run/66/{state,tree}
out_action "Enable dbus-user and xdg-user-dirs on tree graphics"
su "${NEWUSER}" -c "66-enable -t graphics dbus-user xdg-user-dirs"
rm -rf /run/66
}
custo_once config
custo_once config_66
out_valid "Customization terminate"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment