bootctl status produces a Bad syntax warning about boot entries containing tabs instead of spaces · Issue #8154 · systemd/systemd
Comments
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
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
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
yuwata added a commit to yuwata/systemd that referenced this issue
Feb 19, 2018In 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, 2018In 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.