]> git.ipfire.org Git - ipfire-3.x.git/blob - initscripts/udev/10-console.rules
man-pages: Update to 3.35.
[ipfire-3.x.git] / initscripts / udev / 10-console.rules
1 # do not edit this file, it will be overwritten on update
2
3 ACTION!="add", GOTO="console_end"
4
5 # Console initialization - keyboard, font, etc.
6 KERNEL=="tty0", RUN+="/lib/udev/console_init %k"
7
8 # Check and set up serial and serial-like consoles if necessary
9 KERNEL=="console", RUN+="/lib/udev/console_check %k"
10 KERNEL=="ttySG*", RUN+="/lib/udev/console_check %k"
11 KERNEL=="xvc*", RUN+="/lib/udev/console_check %k"
12 KERNEL=="hvsi*", RUN+="/lib/udev/console_check %k"
13 KERNEL=="hvc*", RUN+="/lib/udev/console_check %k"
14
15 LABEL="console_end"