Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2012-08-02 22:03:03 (GMT)
committer Daniel Drake <dsd@laptop.org>2012-08-08 02:47:43 (GMT)
commitff0805fa2a2f4ab402a95d22c833b44114c27289 (patch)
treeb66722a6607d3eb18500456e9a437406bc52e5bd
parent4a012d657239194ff9337e8d23e9cdde209e8ff3 (diff)
base: use agetty for virtual terminals
mingetty is no longer included in the build (fell out of dep chains) and agetty does all we need, and is also what is used by vanilla systemd.
-rw-r--r--modules/base/kspost.10.core.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/base/kspost.10.core.inc b/modules/base/kspost.10.core.inc
index a2f91f1..f36f420 100644
--- a/modules/base/kspost.10.core.inc
+++ b/modules/base/kspost.10.core.inc
@@ -52,7 +52,7 @@ SYSFONT=sun12x22
__EOF__
# OLPC custom VT layout and serial console setup (#9517, #10354)
-sed -i -e 's:/sbin/agetty.*:/sbin/mingetty --loginpause --autologin root --noclear %I:' \
+sed -i -e 's:/sbin/agetty.*:/sbin/agetty --login-pause --autologin root --noclear %I:' \
/lib/systemd/system/getty\@.service
sed -i -e 's:/sbin/agetty.*:/sbin/agetty -L -l /bin/bash -w -n %I 115200 vt100:' \
/lib/systemd/system/serial-getty\@.service