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