Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
Obarun Install Themes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eric Vidal
Obarun Install Themes
Commits
336ca213
Commit
336ca213
authored
4 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
remove wpa_supplicant, separate the enable of the tree and it creation
parent
30cde21b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xfce4/customizeChroot
+8
-5
8 additions, 5 deletions
xfce4/customizeChroot
with
8 additions
and
5 deletions
xfce4/customizeChroot
+
8
−
5
View file @
336ca213
...
@@ -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
}
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment