Two missing removals

This commit is contained in:
Jeremy Soller 2024-01-04 11:41:17 -07:00
parent 03ed74d02c
commit 0811cf7246
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
2 changed files with 0 additions and 20 deletions

View file

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

View file

@ -20,18 +20,6 @@ ion = {}
ipcd = {}
ptyd = {}
# User settings
[users.root]
password = "password"
uid = 0
gid = 0
name = "root"
home = "/root"
[users.user]
# Password is unset
password = ""
[[files]]
path = "/etc/init.d/00_base"
data = """