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

be explicit for tree to use

parent f54fa54b
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ config_66(){
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
66-enable -v3 -t root 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
......
......@@ -63,7 +63,7 @@ config_66(){
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
66-enable -v3 -t root 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
......
......@@ -64,7 +64,7 @@ config_66(){
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
66-enable -v3 -t root 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
......
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