You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
827 B
23 lines
827 B
From aa6ab2747106225b562e9b87f13703d0dee5679f Mon Sep 17 00:00:00 2001 |
|
From: Harald Hoyer <harald@redhat.com> |
|
Date: Fri, 17 Jan 2014 13:40:42 +0100 |
|
Subject: [PATCH] systemd: add 71-seat.rules 73-seat-late.rules |
|
|
|
otherwise plymouth does not work |
|
--- |
|
modules.d/98systemd/module-setup.sh | 2 +- |
|
1 file changed, 1 insertion(+), 1 deletion(-) |
|
|
|
diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh |
|
index 7b3dfa40..7178d2ba 100755 |
|
--- a/modules.d/98systemd/module-setup.sh |
|
+++ b/modules.d/98systemd/module-setup.sh |
|
@@ -180,7 +180,7 @@ install() { |
|
|
|
inst_script "$moddir/rootfs-generator.sh" /lib/systemd/system-generators/dracut-rootfs-generator |
|
|
|
- inst_rules 99-systemd.rules |
|
+ inst_rules 71-seat.rules 73-seat-late.rules 99-systemd.rules |
|
|
|
for i in \ |
|
emergency.target \
|
|
|