troglobit / finit

Fast init for Linux. Cookies included
https://troglobit.com/projects/finit/
MIT License
621 stars 61 forks source link

Parsing active consoles fails #405

Closed troglobit closed 2 months ago

troglobit commented 2 months ago

When running the Finit getty on @console, and /sys/class/tty/console/active contains the line: tty0 ttyS0, the parser freaks out and thinks both have ident tty:0, giving the second an empty argument list to /libexec/finit/getty

Expected behavior: two getty started on each tty listed, called tty:0 and tty:S0, respectively.

opty77 commented 2 months ago

Seems like an finit issue? :-)

troglobit commented 2 months ago

Indeed, yes. Thanks!