'user' and 'root' groups
This commit is contained in:
parent
d7876faec9
commit
108014e8f7
1 changed files with 3 additions and 1 deletions
|
@ -108,7 +108,9 @@ data = "https://static.redox-os.org/pkg"
|
|||
|
||||
[[files]]
|
||||
path = "/etc/group"
|
||||
data = "sudo;1;user"
|
||||
data = """root;0;root
|
||||
user;1000;user
|
||||
sudo;1;user"""
|
||||
|
||||
[[files]]
|
||||
path = "/etc/hostname"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue