Compare commits
2 Commits
3b5604b9ea
...
2455572242
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2455572242 | ||
|
|
8758dc2143 |
@ -20,10 +20,10 @@ ca-certificates = {}
|
|||||||
#cleye = {}
|
#cleye = {}
|
||||||
#cmatrix = {}
|
#cmatrix = {}
|
||||||
# contain = {}
|
# contain = {}
|
||||||
# coreutils = {}
|
coreutils = {}
|
||||||
#cpal = {}
|
#cpal = {}
|
||||||
#curl = {}
|
#curl = {}
|
||||||
# dash = {}
|
dash = {}
|
||||||
#diffutils = {}
|
#diffutils = {}
|
||||||
#dosbox = {}
|
#dosbox = {}
|
||||||
# drivers = {}
|
# drivers = {}
|
||||||
@ -32,7 +32,7 @@ ca-certificates = {}
|
|||||||
#eduke32 = {}
|
#eduke32 = {}
|
||||||
#exampled = {}
|
#exampled = {}
|
||||||
#expat = {}
|
#expat = {}
|
||||||
# extrautils = {}
|
extrautils = {}
|
||||||
#fd = {}
|
#fd = {}
|
||||||
#ffmpeg = {}
|
#ffmpeg = {}
|
||||||
# findutils = {}
|
# findutils = {}
|
||||||
@ -158,7 +158,7 @@ redoxfs = {}
|
|||||||
#timidity = {}
|
#timidity = {}
|
||||||
#ttf-hack = {}
|
#ttf-hack = {}
|
||||||
userutils = {}
|
userutils = {}
|
||||||
# uutils = {}
|
uutils = {}
|
||||||
#vim = {}
|
#vim = {}
|
||||||
#vttest = {}
|
#vttest = {}
|
||||||
#webrender = {}
|
#webrender = {}
|
||||||
@ -174,17 +174,19 @@ uid = 0
|
|||||||
gid = 0
|
gid = 0
|
||||||
name = "root"
|
name = "root"
|
||||||
home = "/root"
|
home = "/root"
|
||||||
|
shell = "/bin/dash"
|
||||||
|
|
||||||
[users.user]
|
[users.user]
|
||||||
# Password is unset
|
# Password is unset
|
||||||
password = ""
|
password = ""
|
||||||
|
shell = "/bin/dash"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/00_base"
|
path = "/etc/init.d/00_base"
|
||||||
data = """
|
data = """
|
||||||
ipcd
|
ipcd
|
||||||
logd
|
logd
|
||||||
ptyd
|
# ptyd CRASHES
|
||||||
# pcid /etc/pcid.d/
|
# pcid /etc/pcid.d/
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@ -207,7 +209,9 @@ data = """
|
|||||||
path = "/etc/init.d/30_console"
|
path = "/etc/init.d/30_console"
|
||||||
data = """
|
data = """
|
||||||
# getty display:2
|
# getty display:2
|
||||||
getty debug: -J
|
# getty debug: -J
|
||||||
|
dash -c "ptyd"
|
||||||
|
getty debug:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
|||||||
2
cookbook
2
cookbook
@ -1 +1 @@
|
|||||||
Subproject commit 3165ae8da8e896c7a8fee6ff33e5527d293e1bb6
|
Subproject commit 7d0e0c82db6ca5f2211de3e1d37d6dfb2ab7996e
|
||||||
2
kernel
2
kernel
@ -1 +1 @@
|
|||||||
Subproject commit 11a3315255ba34d552a885a30ea29454b8b7df95
|
Subproject commit 28d1d7e847be3f63a4a17d1ca5673a68c9242c80
|
||||||
Reference in New Issue
Block a user