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

remove wpa_supplicant, separate the enable of the tree and it creation

parent 30cde21b
No related branches found
No related tags found
No related merge requests found
...@@ -61,19 +61,22 @@ config_66(){ ...@@ -61,19 +61,22 @@ config_66(){
out_action "Create tree boot-user for ${NEWUSER} and enable it" out_action "Create tree boot-user for ${NEWUSER} and enable it"
66-tree -v3 -nE boot-user 66-tree -v3 -nE boot-user
66-tree -v3 -E boot-user
out_action "Configure module boot-user@${NEWUSER} and enable it at boot-user tree" out_action "Configure module boot-user@${NEWUSER} and enable it at boot-user tree"
66-mods.sh boot-user@${NEWUSER} 66-mods.sh boot-user@${NEWUSER}
66-enable -t boot-user All-${NEWUSER} 66-enable -t boot-user All-${NEWUSER}
out_action "Create tree root, enables and make it current" 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, networkmanager, wpa_supplicant and ntpd on tree root"
66-enable -v3 sddm tty@tty1 tty@tty2 dbus openntpd networkmanager wpa_supplicant 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" 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" out_action "Enable xdg-user-dirs, dbus-session@${NEWUSER} on tree graphics"
su "${NEWUSER}" -c "66-enable -v3 xdg-user-dirs dbus-session@${NEWUSER}" su "${NEWUSER}" -c "66-enable -v3 xdg-user-dirs dbus-session@${NEWUSER}"
......
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