Two missing removals
This commit is contained in:
parent
03ed74d02c
commit
0811cf7246
|
@ -37,11 +37,3 @@ data = """
|
|||
getty 2
|
||||
getty debug: -J
|
||||
"""
|
||||
|
||||
[[files]]
|
||||
path = "/etc/group"
|
||||
data = """
|
||||
root;0;root
|
||||
user;1000;user
|
||||
sudo;1;user
|
||||
"""
|
||||
|
|
|
@ -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 = """
|
||||
|
|
Loading…
Reference in a new issue