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

reorder creation of tree

parent 1114e323
No related branches found
No related tags found
No related merge requests found
......@@ -58,14 +58,6 @@ config_66(){
out_action "Enable boot service at tree boot"
66-enable -v3 -t boot boot
out_action "Create tree boot-user for ${NEWUSER} and enable it"
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 -cn root
66-tree -v3 -E root
......@@ -73,6 +65,14 @@ config_66(){
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 boot-user for ${NEWUSER} and enable it"
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 graphics for ${NEWUSER}, enables and makes it current"
su "${NEWUSER}" -c "66-tree -v3 -cn graphics"
su "${NEWUSER}" -c "66-tree -v3 -E graphics"
......
......@@ -58,6 +58,13 @@ config_66(){
out_action "Enable boot service at tree boot"
66-enable -v3 -t boot boot
out_action "Create tree root, enables and make it current"
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 boot-user for ${NEWUSER} and enable it"
66-tree -v3 -n boot-user
66-tree -v3 -E boot-user
......@@ -65,13 +72,6 @@ config_66(){
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 -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 -cn graphics"
......
......@@ -59,6 +59,13 @@ config_66(){
out_action "Enable boot service at tree boot"
66-enable -v3 -t boot boot
out_action "Create tree root, enables and make it current"
66-tree -v3 -cn root
66-tree -v3 -E root
out_action "Enable tty1, tty2, dbus, networkmanager, sddm and consolekit on tree root"
66-enable -v3 sddm tty@tty1 tty@tty2 dbus networkmanager sddm consolekit
out_action "Create tree boot-user for ${NEWUSER} and enable it"
66-tree -v3 -n boot-user
66-tree -v3 -E boot-user
......@@ -67,13 +74,6 @@ config_66(){
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 -cn root
66-tree -v3 -E root
out_action "Enable tty1, tty2, dbus, networkmanager on tree root"
66-enable -v3 sddm tty@tty1 tty@tty2 dbus networkmanager
out_action "Create tree graphics for ${NEWUSER}, enables and makes it current"
su "${NEWUSER}" -c "66-tree -v3 -cn graphics"
su "${NEWUSER}" -c "66-tree -v3 -E graphics"
......
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