commit | 110d80a1f2e2b5b2deec0a3e0aeb3760e1fee159 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jan 19 20:24:39 2018 +0100 |
committer | Alexander Graf <agraf@suse.de> | Mon Jan 22 23:09:13 2018 +0100 |
tree | b320ebf62de82004afe312dabeadfaeae87f2cd4 | |
parent | 22de1de905885f2b89ea913e7ce0e18866b389cd [diff] |
efi_loader: correct find simple file system protocol In contrast to the description the code did not split the device path into device part and file part. The code should use the installed protocol and not refer to the internal structure of the the disk object. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>