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

enable tree after it creation

parent 336ca213
Branches
Tags
No related merge requests found
......@@ -59,20 +59,23 @@ config_66(){
66-enable -v3 -t boot boot
out_action "Create tree boot-user for ${NEWUSER} and enable it"
66-tree -v3 -nE boot-user
66-tree -v3 -n boot-user
66-tree -v3 -E boot-user
out_action "Configure module boot-user@${NEWUSER} and enable it at boot-user tree"
66-mods.sh boot-user@${NEWUSER}
66-enable -t boot-user All-${NEWUSER}
out_action "Create tree root, enables and make it current"
66-tree -v3 -cnE root
66-tree -v3 -cn root
66-tree -v3 -E root
out_action "Enable tty1, tty2, dbus, connmand, wpa_supplicant and ntpd on tree root"
66-enable -v3 tty@tty1 tty@tty2 dbus openntpd connmand wpa_supplicant
out_action "Create tree graphics for ${NEWUSER}, enables and makes it current"
su "${NEWUSER}" -c "66-tree -v3 -cnE graphics"
su "${NEWUSER}" -c "66-tree -v3 -cn graphics"
su "${NEWUSER}" -c "66-tree -v3 -E graphics"
out_action "Enable xdg-user-dirs, dbus-session@${NEWUSER} on tree graphics"
su "${NEWUSER}" -c "66-enable -v3 xdg-user-dirs dbus-session@${NEWUSER}"
......
......@@ -52,7 +52,8 @@ config(){
66-enable -v3 -t boot boot
out_action "Create tree root and enable it"
66-tree -v3 -cnE root
66-tree -v3 -cn root
66-tree -v3 -E root
out_action "Enable dhcpd, tty1 and tty2 service"
66-enable -v3 -t root dhcpcd tty@tty1 tty@tty2
......
......@@ -59,20 +59,23 @@ config_66(){
66-enable -v3 -t boot boot
out_action "Create tree boot-user for ${NEWUSER} and enable it"
66-tree -v3 -nE boot-user
66-tree -v3 -n boot-user
66-tree -v3 -E boot-user
out_action "Configure module boot-user@${NEWUSER} and enable it at boot-user tree"
66-mods.sh boot-user@${NEWUSER}
66-enable -t boot-user All-${NEWUSER}
out_action "Create tree root, enables and make it current"
66-tree -v3 -cnE root
66-tree -v3 -cn root
66-tree -v3 -E root
out_action "Enable tty1, tty2, dbus, connmand, wpa_supplicant and ntpd on tree root"
66-enable -v3 tty@tty1 tty@tty2 dbus openntpd connmand wpa_supplicant
out_action "Create tree graphics for ${NEWUSER}, enables and makes it current"
su "${NEWUSER}" -c "66-tree -v3 -cnE graphics"
su "${NEWUSER}" -c "66-tree -v3 -cn graphics"
su "${NEWUSER}" -c "66-tree -v3 -E graphics"
out_action "Enable xdg-user-dirs, dbus-session@${NEWUSER} on tree graphics"
su "${NEWUSER}" -c "66-enable -v3 xdg-user-dirs dbus-session@${NEWUSER}"
......
......@@ -60,7 +60,7 @@ config_66(){
66-enable -v3 -t boot boot
out_action "Create tree boot-user for ${NEWUSER} and enable it"
66-tree -v3 -nE boot-user
66-tree -v3 -n boot-user
66-tree -v3 -E boot-user
out_action "Configure module boot-user@${NEWUSER} and enable it at boot-user tree"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment