blob: 7464856240ba266147adb17d2ad104485058a2bb [file] [log] [blame]
Stewart Smithb2bcc832015-08-20 13:38:33 +10001
2# spawn a petitboot UI on common user-visible interface devices
3SUBSYSTEM=="tty", KERNEL=="hvc*", RUN+="/usr/libexec/petitboot/pb-console --getty --detach -- -n -i 0 $name vt100"
4SUBSYSTEM=="tty", KERNEL=="tty0", RUN+="/usr/libexec/petitboot/pb-console --getty --detach -- -n -i 0 $name vt100"
5SUBSYSTEM=="tty", KERNEL=="ttyS*", RUN+="/usr/libexec/petitboot/pb-console --getty --detach -- -n -i 0 $name vt100"