commit | 57274c8107a4bf1d0a74667a654d3b25a2bf016a | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Feb 26 12:10:10 2022 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Mar 20 11:03:06 2022 +0100 |
tree | 465e722fa83f320bc71b75a5f11d5192f02fdbaa | |
parent | a1d8246dc7a6faebced8014503178b38155ea5b0 [diff] |
efi_loader: use short-form DP for load options The GUID of partitions is sufficient for identification and will stay constant in the lifetime of a boot option. The preceding path of the device-path may change due to changes in the enumeration of devices. Therefore it is preferable to use the short-form of device-paths in load options. Adjust the 'efidebug boot add' command accordingly. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>