commit | a9203b0fefca4627096779e4eb4b1efbea43ec35 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Mar 26 12:22:40 2023 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Apr 01 10:11:50 2023 +0200 |
tree | 578bee4bf3a4ea86f62c983e52b85be3b4396b84 | |
parent | ffc1cfb8f4cbd2bd28be5877040821ccbda3e08b [diff] |
efi_loader: correct shortening of device-paths We use short device-paths in boot options so that a file on a block device can be found independent of the port into which the device is plugged. Usb() device-path nodes only contain port and interface information and therefore cannot identify a block device. UsbWwi() device-path nodes contain the serial number of USB devices. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>