commit | 2aae6dbb17cfbf36ba0f5402753ccd60c753fa9a | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Dec 11 12:56:40 2017 +0100 |
committer | Alexander Graf <agraf@suse.de> | Sat Dec 16 23:07:55 2017 +0100 |
tree | 1fc603f9654a27f087f96a747d1b684a14d6a5f9 | |
parent | 7d569db6a8263e791c27ebd5d4dcd00e1a859c24 [diff] |
efi_loader: correctly setup device paths for block devices According to the UEFI spec the numbering of partitions has to start with 1. Partion number 0 is reserved for the optional device path for the complete block device. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>