bootctl: remove all our non-volatile variables on uninstall
authorEmil Velikov <emil.velikov@collabora.com>
Mon, 2 Oct 2023 16:09:29 +0000 (17:09 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 5 Oct 2023 10:50:48 +0000 (11:50 +0100)
commit976904bf26957e75dbed467334592badf108beee
tree367612b1e4e96d3ec05c91c7cbf8c6260945e0f5
parent5ee3c914a4e904567e66654177b07777dde0d100
bootctl: remove all our non-volatile variables on uninstall

Grepping around showed a few extra entries that are not listed in the
remove_loader_variables() function. Namely:
 - BootNext
 - OsIndications
 - LoaderConfigConsoleMode
 - LoaderEntryLastBooted

Of which the latter two are systemd specific, even though they are
undocumented. Ensure they're removed - follow-up commits will add
documentation references.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/boot/bootctl-install.c