Skip to content

Boot options after blank lines ignored #1283

Description

@nyanpasu64

I spent hours bashing my head against walls wondering why my UART rail wasn't getting any communications. In the end I figured out the problem was including blank lines in /bootloader/ini/*.ini. Apparently whenever Hekate sees a blank line it ignores and stops parsing subsequent commands, including the uart_port=2 I was trying to make work.

This was quite an unexpected issue, and I think it would be better to fix it so it doesn't "gotcha" future people trying to set up their boot configs.

I did find #1131 saying that newlines and # are disallowed, but I think it's worth fixing at least the former...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions