commit | a7ffd90e9fb525d343f7833d15e902933265a3d5 | [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 | 8a5d4b3d35765b2ef0f8db3bf1561bbd23a51825 [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>