aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-17 00:01:32 +0300
committerCem Keylan <cem@ckyln.com>2020-09-17 00:01:32 +0300
commit8693f21b23c5a970a9669a4a4e0b0a130bff4446 (patch)
treef823ef13b6c63af80376ceadf42b759a460cd424
parentaf80f111739befe74f1b684e8248e9ef5d532c2f (diff)
downloadinit-8693f21b23c5a970a9669a4a4e0b0a130bff4446.tar.gz
oops1.2.2
-rw-r--r--CHANGELOG.md2
-rw-r--r--contrib/getty.boot2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 998ac49..56d259b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,7 @@ This CHANGELOG is for the Carbs Linux init scheme. The format is based on
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
-1.2.1 - 2020-09-16
+1.2.1/2 - 2020-09-16
--------------------------------------------------------------------------------
### Fixed
diff --git a/contrib/getty.boot b/contrib/getty.boot
index 3d8079c..13986a3 100644
--- a/contrib/getty.boot
+++ b/contrib/getty.boot
@@ -1,4 +1,4 @@
for getty in 1 2 3 4 5 6; do
respawn getty 38400 tty${getty} 2>&1 & # busybox getty
- respawn getty /dev/tty${getty} linux 2>&1 & # ubase getty
+# respawn getty /dev/tty${getty} linux 2>&1 & # ubase getty
done