commit | 7d698076fbd6ff6a7817bd43b1edc62a9a26de2d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Feb 23 11:20:23 2019 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Mar 02 23:34:26 2019 +0100 |
tree | 1b411db32ef5659dc93c5a279c27350d700cb4ce | |
parent | a006b08b8343bcc9cfe1a55b2f4454fca3ddc662 [diff] |
efi_loader: do not add \ in efi_fs_from_name() In the `efidebug boot add` command we do not want an unsolicited leading backslash added to the file name. There is no good reason to mark a loaded file with a backslash as absolute. Anyway when reading files the file name will be interpreted as relative to root directory of the device. So let's get rid of this backslash. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>