summaryrefslogtreecommitdiffstats
path: root/udev
diff options
context:
space:
mode:
authorPaľo Šimo <palo.simo@gmail.com>2008-03-11 15:38:41 +0000
committerPaľo Šimo <palo.simo@gmail.com>2008-03-11 15:38:41 +0000
commit4e4b74429cd870cd471a2e2167c8c4efa97c3e94 (patch)
tree7aa6d633b5d6d5fe9a8f2c5e8c477151864a8fce /udev
parent2157fe0d07796e3ca101d94bfed59cbb13b9e525 (diff)
parent6cc0dede699e7505e832988bfb8229bf78399289 (diff)
downloadinitscripts-4e4b74429cd870cd471a2e2167c8c4efa97c3e94.tar.gz
initscripts-4e4b74429cd870cd471a2e2167c8c4efa97c3e94.tar.xz
initscripts-4e4b74429cd870cd471a2e2167c8c4efa97c3e94.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts
Diffstat (limited to 'udev')
-rw-r--r--udev/rules.d/10-console.rules8
1 files changed, 8 insertions, 0 deletions
diff --git a/udev/rules.d/10-console.rules b/udev/rules.d/10-console.rules
index da0cfe0d..6e8c4587 100644
--- a/udev/rules.d/10-console.rules
+++ b/udev/rules.d/10-console.rules
@@ -1 +1,9 @@
+# Console initialization - keyboard, font, etc.
KERNEL=="tty0", RUN+="/lib/udev/console_init %k"
+
+# Check and set up serial and serial-like consoles if necessary
+KERNEL=="console", RUN+="/lib/udev/console_check %k"
+KERNEL=="ttySG*", RUN+="/lib/udev/console_check %k"
+KERNEL=="xvc*", RUN+="/lib/udev/console_check %k"
+KERNEL=="hvsi*", RUN+="/lib/udev/console_check %k"
+KERNEL=="hvc*", RUN+="/lib/udev/console_check %k"