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