summaryrefslogtreecommitdiffstats
path: root/openpower/package/petitboot/petitboot-console-ui.rules
blob: d99df36833130636377ab6532f84582fff19ed5b (plain)
1
2
3
4
5

# spawn a petitboot UI on common user-visible interface devices
SUBSYSTEM=="tty", KERNEL=="hvc*", RUN+="/usr/libexec/petitboot/pb-console --getty=/sbin/agetty --detach -- -a petituser -n -i $name linux"
SUBSYSTEM=="tty", KERNEL=="tty0", RUN+="/usr/libexec/petitboot/pb-console --getty=/sbin/agetty --detach -- -a petituser -n -i $name linux"
SUBSYSTEM=="tty", KERNEL=="ttyS*", RUN+="/usr/libexec/petitboot/pb-console --getty=/sbin/agetty --detach -- -a petituser -n -i $name linux"
OpenPOWER on IntegriCloud