From: Lennart Poettering Date: Wed, 18 Aug 2010 21:10:27 +0000 (+0200) Subject: units: make sure getty@xxx.service is always run before gettys.target X-Git-Tag: v8~40 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=9f24a81068b69e1670d685c4917a5f9f3074d845;p=elogind.git units: make sure getty@xxx.service is always run before gettys.target --- diff --git a/fixme b/fixme index c016e9417..b55f6e6d7 100644 --- a/fixme +++ b/fixme @@ -77,6 +77,8 @@ External: * make sysinit honour forcefsck/fastboot from the kernel command line fsck.mode=auto|force|skip +* get mount point kernel patch into f14 + * sysv functions should color when stdout is tty, not stdin * agetty should not modify baudrate https://bugzilla.redhat.com/show_bug.cgi?id=623685 diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index 770fc6caa..01343c497 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -22,6 +22,12 @@ m4_ifdef(`TARGET_ARCH', After=rc-local.service )m4_dnl +# If additional gettys are spawned during boot (possibly by +# systemd-auto-console-getty) then we should make sure that this is +# synchronized before getty.target, even though getty.target didn't +# actually pull it in. +Before=getty.target + [Service] Environment=TERM=linux ExecStart=GETTY %I