forked from pool/systemd
Frederic Crozat
37527bb454
- version 206 , highlights: * Unit files now understand the new %v specifier which resolves to the kernel version string as returned by "uname-r". * "journalctl -b" may now be used to look for boot output of a specific boot. Try "journalctl -b -1" * Creation of "dead" device nodes has been moved from udev into kmod and tmpfiles. * The udev "keymap" data files and tools to apply keyboard specific mappings of scan to key codes, and force-release scan code lists have been entirely replaced by a udev "keyboard" builtin and a hwdb data file. - remove patches now in upstream - systemd now requires libkmod >=14 and cryptsetup >= 1.6.0 - systemd now require the kmod tool in addition to the library. - version 206 , highlights: * Unit files now understand the new %v specifier which resolves to the kernel version string as returned by "uname-r". * "journalctl -b" may now be used to look for boot output of a specific boot. Try "journalctl -b -1" * Creation of "dead" device nodes has been moved from udev into kmod and tmpfiles. * The udev "keymap" data files and tools to apply keyboard specific mappings of scan to key codes, and force-release scan code lists have been entirely replaced by a udev "keyboard" builtin and a hwdb data file. - remove patches now in upstream - systemd now requires libkmod >=14 and cryptsetup >= 1.6.0 - systemd now require the kmod tool in addition to the library. (forwarded request 184035 from elvigia) OBS-URL: https://build.opensuse.org/request/show/184036 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=416
21 lines
836 B
Diff
21 lines
836 B
Diff
From: Frederic Crozat <fcrozat@suse.com>
|
|
Date: Wed, 24 Aug 2011 13:02:12 +0000
|
|
Subject: ensure ask-password-wall starts after getty@tty1
|
|
|
|
ensure passphrase is handled before starting getty on tty1.
|
|
---
|
|
units/systemd-ask-password-wall.service.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- systemd-206.orig/units/systemd-ask-password-wall.service.in
|
|
+++ systemd-206/units/systemd-ask-password-wall.service.in
|
|
@@ -8,7 +8,7 @@
|
|
[Unit]
|
|
Description=Forward Password Requests to Wall
|
|
Documentation=man:systemd-ask-password-console.service(8)
|
|
-After=systemd-user-sessions.service
|
|
+After=systemd-user-sessions.service getty@tty1.service
|
|
|
|
[Service]
|
|
ExecStartPre=-@SYSTEMCTL@ stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service
|