Blame 0009-i18n-10-console.rules-move-console_init-to-the-initq.patch

Harald Hoyer 12f6cc
From cef379bb0391356ecb9dd01a30e7af5bc8f19655 Mon Sep 17 00:00:00 2001
Harald Hoyer 12f6cc
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 12f6cc
Date: Tue, 24 Jul 2012 11:52:28 +0200
Harald Hoyer 12f6cc
Subject: [PATCH] i18n/10-console.rules: move console_init to the initqueue
Harald Hoyer 12f6cc
Harald Hoyer 12f6cc
---
Harald Hoyer 12f6cc
 modules.d/10i18n/10-console.rules | 2 +-
Harald Hoyer 12f6cc
 1 file changed, 1 insertion(+), 1 deletion(-)
Harald Hoyer 12f6cc
Harald Hoyer 12f6cc
diff --git a/modules.d/10i18n/10-console.rules b/modules.d/10i18n/10-console.rules
Harald Hoyer 12f6cc
index 80ed090..385dff0 100644
Harald Hoyer 12f6cc
--- a/modules.d/10i18n/10-console.rules
Harald Hoyer 12f6cc
+++ b/modules.d/10i18n/10-console.rules
Harald Hoyer 12f6cc
@@ -1,2 +1,2 @@
Harald Hoyer 12f6cc
 # Console initialization - keyboard, font, etc.
Harald Hoyer 12f6cc
-KERNEL=="tty0",		RUN+="/lib/udev/console_init $root/$name"
Harald Hoyer 12f6cc
+KERNEL=="tty0",		RUN+="/sbin/initqueue --unique --name console_init_$name /lib/udev/console_init $root/$name"