stub: fix GUID to check EFI vars in
authorLennart Poettering <lennart@poettering.net>
Fri, 8 Feb 2019 15:46:51 +0000 (16:46 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 1 Mar 2019 11:41:32 +0000 (12:41 +0100)
commit0d957ef6cfc6b98c2e90ed81198a64437906763a
tree113fcb0910a1fdae3f8171886ca2257b3cd5d25b
parentb9e452423c25888e147e8aaa25ad8087176eb3a0
stub: fix GUID to check EFI vars in

Our own variables are in the the "loader" GUID namespace, but our code
so far checked the "global" GUID namespace (i.e. EFI's own), before
setting the variables. Correct that, so that we always check the right
namespace for existing variables before we write them.
src/boot/efi/stub.c