blob: d99df36833130636377ab6532f84582fff19ed5b [file] [log] [blame]
Stewart Smithb2bcc832015-08-20 13:38:33 +10001
2# spawn a petitboot UI on common user-visible interface devices
Samuel Mendoza-Jonasdb6ca352018-11-26 11:47:43 +11003SUBSYSTEM=="tty", KERNEL=="hvc*", RUN+="/usr/libexec/petitboot/pb-console --getty=/sbin/agetty --detach -- -a petituser -n -i $name linux"
4SUBSYSTEM=="tty", KERNEL=="tty0", RUN+="/usr/libexec/petitboot/pb-console --getty=/sbin/agetty --detach -- -a petituser -n -i $name linux"
5SUBSYSTEM=="tty", KERNEL=="ttyS*", RUN+="/usr/libexec/petitboot/pb-console --getty=/sbin/agetty --detach -- -a petituser -n -i $name linux"