Move group configuration to base

This commit is contained in:
Jeremy Soller 2024-01-04 11:40:24 -07:00
parent bc36226dd7
commit 03ed74d02c
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
26 changed files with 9 additions and 200 deletions

View file

@ -70,11 +70,3 @@ getty debug: -J
[[files]]
path = "/etc/pkg.d/50_redox"
data = "https://static.redox-os.org/pkg"
[[files]]
path = "/etc/group"
data = """
root;0;root
user;1000;user
sudo;1;user
"""

View file

@ -49,11 +49,3 @@ data = """
getty 2
getty debug: -J
"""
[[files]]
path = "/etc/group"
data = """
root;0;root
user;1000;user
sudo;1;user
"""

View file

@ -70,11 +70,3 @@ getty debug: -J
[[files]]
path = "/etc/pkg.d/50_redox"
data = "https://static.redox-os.org/pkg"
[[files]]
path = "/etc/group"
data = """
root;0;root
user;1000;user
sudo;1;user
"""

View file

@ -91,11 +91,3 @@ getty debug: -J
[[files]]
path = "/etc/pkg.d/50_redox"
data = "https://static.redox-os.org/pkg"
[[files]]
path = "/etc/group"
data = """
root;0;root
user;1000;user
sudo;1;user
"""

View file

@ -66,11 +66,3 @@ getty debug: -J
[[files]]
path = "/etc/pkg.d/50_redox"
data = "https://static.redox-os.org/pkg"
[[files]]
path = "/etc/group"
data = """
root;0;root
user;1000;user
sudo;1;user
"""

View file

@ -60,11 +60,3 @@ shutdown
[[files]]
path = "/etc/pkg.d/50_redox"
data = "https://static.redox-os.org/pkg"
[[files]]
path = "/etc/group"
data = """
root;0;root
user;1000;user
sudo;1;user
"""

View file

@ -36,11 +36,3 @@ data = """
getty 2
getty debug: -J
"""
[[files]]
path = "/etc/group"
data = """
root;0;root
user;1000;user
sudo;1;user
"""

View file

@ -61,11 +61,3 @@ getty debug: -J
[[files]]
path = "/etc/pkg.d/50_redox"
data = "https://static.redox-os.org/pkg"
[[files]]
path = "/etc/group"
data = """
root;0;root
user;1000;user
sudo;1;user
"""