bootctl status produces a Bad syntax warning about boot entries containing tabs instead of spaces · Issue #8154 · systemd/systemd

Comments

@woohooyeah

@woohooyeah woohooyeah changed the title systemd 237's bootctl status produces a Bad syntax warning about boot entries with multiple initrd lines bootctl status produces a Bad syntax warning about boot entries with multiple initrd lines

Feb 10, 2018

@poettering poettering changed the title bootctl status produces a Bad syntax warning about boot entries with multiple initrd lines bootctl status doesn't like tabs. Should like tabs

Feb 12, 2018

@woohooyeah woohooyeah changed the title bootctl status doesn't like tabs. Should like tabs bootctl status produces a Bad syntax warning about boot entries containing tabs instead of spaces

Feb 12, 2018

yuwata added a commit to yuwata/systemd that referenced this issue

Feb 13, 2018

yuwata added a commit to yuwata/systemd that referenced this issue

Feb 19, 2018
In the parse logic `line_get_key_value()` in sd-boot treats spaces
and tabs are valid spacing between key and value in the line.
So, let's use the same logic for `bootctl` and the others which read
sd-boot configs.

Fixes systemd#8154.

keszybz pushed a commit that referenced this issue

Feb 19, 2018
In the parse logic `line_get_key_value()` in sd-boot treats spaces
and tabs are valid spacing between key and value in the line.
So, let's use the same logic for `bootctl` and the others which read
sd-boot configs.

Fixes #8154.