aboutsummaryrefslogtreecommitdiffstats
path: root/udev
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2012-08-06 15:18:23 -0400
committerBill Nottingham <notting@redhat.com>2012-08-06 15:18:23 -0400
commitd85174edb7389f670705595804b48aee0278ed2f (patch)
tree0cba6c19ef0420ec21bb56c0fe962d13ee3bee4f /udev
parent164d1ede7161233a2a2fe6e4cf413b44a08923e4 (diff)
downloadinitscripts-d85174edb7389f670705595804b48aee0278ed2f.tar
initscripts-d85174edb7389f670705595804b48aee0278ed2f.tar.gz
initscripts-d85174edb7389f670705595804b48aee0278ed2f.tar.bz2
initscripts-d85174edb7389f670705595804b48aee0278ed2f.tar.xz
initscripts-d85174edb7389f670705595804b48aee0278ed2f.zip
Initial removal of support for non-systemd systems.
Diffstat (limited to 'udev')
-rw-r--r--udev/rules.d/10-console.rules15
1 files changed, 0 insertions, 15 deletions
diff --git a/udev/rules.d/10-console.rules b/udev/rules.d/10-console.rules
deleted file mode 100644
index e7609c57..00000000
--- a/udev/rules.d/10-console.rules
+++ /dev/null
@@ -1,15 +0,0 @@
-# do not edit this file, it will be overwritten on update
-
-ACTION!="add", GOTO="console_end"
-
-# 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"
-
-LABEL="console_end"