From ff0805fa2a2f4ab402a95d22c833b44114c27289 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Thu, 02 Aug 2012 22:03:03 +0000 Subject: 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. --- 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 -- cgit v0.9.1