]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/systemctl/systemctl.c
systemctl: be careful with boot loader entries lacking a 'linux' line
authorLennart Poettering <lennart@poettering.net>
Fri, 1 Mar 2019 16:46:58 +0000 (17:46 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 5 Mar 2019 15:50:58 +0000 (16:50 +0100)
commit78c38fe79c64ea71ffe9bbef9db5f8b17e45b1fd
treea90953da573d340b9b413e65875956f21e126cb2
parent7800322ca553f62058a9dd57a747f3a637ea8827
systemctl: be careful with boot loader entries lacking a 'linux' line

A boot loader entry might not have a 'linux' line, but an 'efi' line or
something else. Let's handle that case nicely.
src/systemctl/systemctl.c