Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
installer-distro-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
installer-distro-ximper
Commits
b98c3ee0
Commit
b98c3ee0
authored
Dec 28, 2022
by
Mikhail Efremov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stage2: Fix preinstall.d/80-setup-user-groups
And the cycle removed: we can add groups by single command.
parent
d7ebaaf4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
80-setup-user-groups
...-distro-alt-workstation/preinstall.d/80-setup-user-groups
+1
-3
No files found.
installer-distro-alt-workstation/preinstall.d/80-setup-user-groups
View file @
b98c3ee0
...
...
@@ -4,6 +4,4 @@
add_users_role_groups
=
"vmusers"
for
g
in
$add_users_role_groups
;
do
exec_chroot roleadd
users
"
$add_users_role_groups
"
done
exec_chroot roleadd
users
$add_users_role_groups
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment