]> git.ipfire.org Git - thirdparty/systemd.git/commit
bootctl: fix display of options with embedeed newlines 12871/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 15 Jun 2019 14:37:55 +0000 (16:37 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 25 Jun 2019 01:30:58 +0000 (10:30 +0900)
commit9dae4c8a26d31d151cf1d09df6f8a21d34de8946
tree176b039347d098fa89c16993df4db9fc1dd88768
parent44e891bbf6908e494856fcf3011e88a70a12e087
bootctl: fix display of options with embedeed newlines

I have an .efi image with embedded newlinews. Now I don't even remember if it
was created for testing or by accident, but it doesn't really matter. We should
display such files correctly.

(This isn't a problem with normal BLS entries, because input is split into lines
so newlines are consumed.)
src/boot/bootctl.c