Add net config template

This commit is contained in:
Jeremy Soller 2024-01-04 11:08:53 -07:00
parent 28f04a167a
commit a0e7ff99df
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
28 changed files with 95 additions and 1017 deletions

View file

@ -53,10 +53,6 @@ getty 2
getty debug: -J
"""
[[files]]
path = "/etc/redox-release"
data = "0.8.0"
[[files]]
path = "/etc/group"
data = """
@ -64,9 +60,3 @@ root;0;root
user;1000;user
sudo;1;user
"""
[[files]]
path = "/etc/hostname"
data = """
redox
"""