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
4a9fb610
Commit
4a9fb610
authored
5 years ago
by
jean-michel
Browse files
Options
Downloads
Patches
Plain Diff
'Merge' from 'dev-jm' branch
parent
74401f08
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
plasma/customizeChroot
+5
-4
5 additions, 4 deletions
plasma/customizeChroot
plasma/package_list/base_obarun
+15
-0
15 additions, 0 deletions
plasma/package_list/base_obarun
with
20 additions
and
4 deletions
plasma/customizeChroot
+
5
−
4
View file @
4a9fb610
...
@@ -56,7 +56,7 @@ config_66(){
...
@@ -56,7 +56,7 @@ config_66(){
# creation of the live/ to avoid crash
# creation of the live/ to avoid crash
mkdir
-p
-m1777
/run/66
mkdir
-p
-m1777
/run/66
out_action
"Create
,
enable tree [system]"
out_action
"Create
and
enable tree [system]"
66-tree
-v3
-nE
system
66-tree
-v3
-nE
system
out_action
"Enable ntpd,sshd on tree [system]"
out_action
"Enable ntpd,sshd on tree [system]"
...
@@ -67,17 +67,18 @@ config_66(){
...
@@ -67,17 +67,18 @@ config_66(){
out_action
"Enable dbus,networkmanager,wpa_supplicant services,sddm on tree [desktop]"
out_action
"Enable dbus,networkmanager,wpa_supplicant services,sddm on tree [desktop]"
66-enable
-v3
-t
desktop dbus networkmanager wpa_supplicant sddm
66-enable
-v3
-t
desktop dbus networkmanager wpa_supplicant sddm
# avoid permissions access issue
# avoid permissions access issue
chown
-R
${
NEWUSER
}
:users /run/66
chown
-R
${
NEWUSER
}
:users /run/66
out_action
"
For
${
NEWUSER
}
: Create, enable tree [gui] with flag
current"
out_action
"
Create tree graphics for
${
NEWUSER
}
, enables and makes it
current"
su
"
${
NEWUSER
}
"
-c
"66-tree -v3 -
n
Ec g
ui
"
su
"
${
NEWUSER
}
"
-c
"66-tree -v3 -Ec
n
g
raphics
"
out_action
"Enable dbus-user and xdg-user-dirs on tree [gui]"
out_action
"Enable dbus-user and xdg-user-dirs on tree [gui]"
su
"
${
NEWUSER
}
"
-c
"66-enable -v3 -t gui dbus-user xdg-user-dirs"
su
"
${
NEWUSER
}
"
-c
"66-enable -v3 -t gui dbus-user xdg-user-dirs"
rm
-rf
/run/66
rm
-rf
/run/66
}
}
custo_once config_66
custo_once config_66
...
...
This diff is collapsed.
Click to expand it.
plasma/package_list/base_obarun
+
15
−
0
View file @
4a9fb610
...
@@ -29,6 +29,14 @@ sudo
...
@@ -29,6 +29,14 @@ sudo
htop
htop
#------------------------------------------------
## entropy
## run: cat /proc/sys/kernel/random/entropy_avail
## if it is rather low (<1000), install haveged.
#------------------------------------------------
# haveged
#--------------------
#--------------------
## archive utilities
## archive utilities
#--------------------
#--------------------
...
@@ -51,6 +59,12 @@ p7zip
...
@@ -51,6 +59,12 @@ p7zip
# git
# git
#---------------
## data recovery
#---------------
# testdisk
#--------------
#--------------
## 66 services
## 66 services
#--------------
#--------------
...
@@ -70,4 +84,5 @@ sddm-66serv
...
@@ -70,4 +84,5 @@ sddm-66serv
# dhcpcd-66serv
# dhcpcd-66serv
# dmraid-66serv
# dmraid-66serv
# haveged-66serv
# nfs-utils-66serv
# nfs-utils-66serv
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