]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
systemd: add 90-vconsole.rules
authorHarald Hoyer <harald@redhat.com>
Thu, 6 Nov 2014 09:44:33 +0000 (10:44 +0100)
committerHarald Hoyer <harald@redhat.com>
Tue, 13 Jan 2015 14:10:35 +0000 (15:10 +0100)
run systemd-vconsole-setup if fbcon device shows up

(cherry picked from commit 027565d0233f76edf434b63a847a717185d267e2)

modules.d/98systemd/module-setup.sh

index 015597f4510a17989567b7a271084c67daf05840..f62f5511421748c1bd4bab34811bad1112974021 100755 (executable)
@@ -196,7 +196,12 @@ install() {
     inst_binary true
     ln_r $(type -P true) "/usr/bin/loginctl"
     ln_r $(type -P true) "/bin/loginctl"
-    inst_rules 70-uaccess.rules 71-seat.rules 73-seat-late.rules 99-systemd.rules
+    inst_rules \
+        70-uaccess.rules \
+        71-seat.rules \
+        73-seat-late.rules \
+        90-vconsole.rules \
+        99-systemd.rules
 
     for i in \
         emergency.target \