From e11941ffaaecd0c14932a9b5f1ac102c611c242c Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Sat, 09 Jun 2012 03:09:37 +0000 Subject: base: fix mingetty parameters (#11925) Add missing %I. Fix from Sam Greenfeld. This was breaking /dev permissions and VT access. --- diff --git a/modules/base/kspost.10.core.inc b/modules/base/kspost.10.core.inc index 46ed478..712c50f 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 %:' \ +sed -i -e 's:/sbin/agetty.*:/sbin/mingetty --loginpause --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