summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Soller <jeremy@system76.com>2021-05-09 15:02:40 -0600
committerJeremy Soller <jeremy@system76.com>2021-05-09 15:02:40 -0600
commitf2d9001e6c9e6edf9859308d6a52a83facb11e2e (patch)
tree9041a2eeb80381054432d48520a5f39339604bbe
parent7c08230ad414c1bee863a8a38512098bcc8a1719 (diff)
Do not clear console
-rw-r--r--config/aarch64.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/config/aarch64.toml b/config/aarch64.toml
index ca7ce50..52c888f 100644
--- a/config/aarch64.toml
+++ b/config/aarch64.toml
@@ -186,7 +186,7 @@ path = "/etc/init.d/00_base"
data = """
ipcd
logd
-# ptyd CRASHES
+dash -c ptyd # CRASHES without dash?
# pcid /etc/pcid.d/
"""
@@ -209,9 +209,7 @@ data = """
path = "/etc/init.d/30_console"
data = """
# getty display:2
-# getty debug: -J
-dash -c "ptyd"
-getty debug:
+getty debug: -J
"""
[[files]]