blob: 8e117e52a78c8c4994cb494b73743957163c27f9 [file] [log] [blame]
Stewart Smithb2bcc832015-08-20 13:38:33 +10001
2# spawn a petitboot UI on common user-visible interface devices
Samuel Mendoza-Jonasb828e882017-08-29 15:47:49 +10003SUBSYSTEM=="tty", KERNEL=="hvc*", RUN+="/usr/libexec/petitboot/pb-console --getty --detach -- -n -i 0 $name linux"
4SUBSYSTEM=="tty", KERNEL=="tty0", RUN+="/usr/libexec/petitboot/pb-console --getty --detach -- -n -i 0 $name linux"
5SUBSYSTEM=="tty", KERNEL=="ttyS*", RUN+="/usr/libexec/petitboot/pb-console --getty --detach -- -n -i 0 $name linux"