summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Soller <jeremy@system76.com>2021-05-05 21:20:47 -0600
committerJeremy Soller <jeremy@system76.com>2021-05-05 21:20:47 -0600
commit8758dc214389279b41007f80f1e43cca20cc9460 (patch)
tree0488191189c36cd653efb853e6e5004b4d8d5d11
parent3b5604b9ea77a765996e23589ee00a3e57878129 (diff)
Add more packages, fix serial interrupts, enable dash terminal
-rw-r--r--config/aarch64.toml16
m---------cookbook0
m---------kernel0
3 files changed, 10 insertions, 6 deletions
diff --git a/config/aarch64.toml b/config/aarch64.toml
index 4c8a537..ca7ce50 100644
--- a/config/aarch64.toml
+++ b/config/aarch64.toml
@@ -20,10 +20,10 @@ ca-certificates = {}
#cleye = {}
#cmatrix = {}
# contain = {}
-# coreutils = {}
+coreutils = {}
#cpal = {}
#curl = {}
-# dash = {}
+dash = {}
#diffutils = {}
#dosbox = {}
# drivers = {}
@@ -32,7 +32,7 @@ ca-certificates = {}
#eduke32 = {}
#exampled = {}
#expat = {}
-# extrautils = {}
+extrautils = {}
#fd = {}
#ffmpeg = {}
# findutils = {}
@@ -158,7 +158,7 @@ redoxfs = {}
#timidity = {}
#ttf-hack = {}
userutils = {}
-# uutils = {}
+uutils = {}
#vim = {}
#vttest = {}
#webrender = {}
@@ -174,17 +174,19 @@ 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
+# ptyd CRASHES
# pcid /etc/pcid.d/
"""
@@ -207,7 +209,9 @@ data = """
path = "/etc/init.d/30_console"
data = """
# getty display:2
-getty debug: -J
+# getty debug: -J
+dash -c "ptyd"
+getty debug:
"""
[[files]]
diff --git a/cookbook b/cookbook
-Subproject 3165ae8da8e896c7a8fee6ff33e5527d293e1bb
+Subproject 7d0e0c82db6ca5f2211de3e1d37d6dfb2ab7996
diff --git a/kernel b/kernel
-Subproject 11a3315255ba34d552a885a30ea29454b8b7df9
+Subproject 46a364471c7a242143619eacb11251bc1e29078