efi_loader: EFI file paths should be DOS style
authorRob Clark <robdclark@gmail.com>
Mon, 24 Jul 2017 11:59:09 +0000 (07:59 -0400)
committerAlexander Graf <agraf@suse.de>
Mon, 24 Jul 2017 12:33:32 +0000 (14:33 +0200)
commit3e433e960887a480f520d4b82ff8d3df3e037ffb
tree3fbae1a192ab01f2a70d23545de0a4b679be128c
parent8787b02e32dc8bcf7ed432adcb0d246c5c844985
efi_loader: EFI file paths should be DOS style

shim.efi, for example, actually tries to parse this, but is expecting
backslashes.

Signed-off-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
cmd/bootefi.c