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

be sure to install tty on good tree

parent 28b42073
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ config_66(){
66-tree -v3 -Ecn root
out_action "Enable tty1, tty2, dbus, connmand, wpa_supplicant and ntpclient on tree root"
66-enable -v3 tty@tty1 tty@tty2 dbus ntpd connmand wpa_supplicant
66-enable -v3 -t root tty@tty1 tty@tty2 dbus ntpd connmand wpa_supplicant
out_action "Create tree graphics for ${NEWUSER}, enables and makes it current"
su "${NEWUSER}" -c "66-tree -v3 -Ecn graphics"
......
......@@ -55,7 +55,7 @@ config(){
66-tree -v3 -cnE root
out_action "Enable dhcpd, tty1 and tty2 service"
66-enable -v3 dhcpcd tty@tty1 tty@tty2
66-enable -v3 -t root dhcpcd tty@tty1 tty@tty2
}
custo_once config
......
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