pve-kernel-meta/bin
Aaron Lauterer 5d733131b6 pve-efiboot-tool: format: fix handling of disk/by-id
The format command will fail when using other paths like
/dev/disk/by-id/<part> instead of /dev/sdXY directly. It cannot find
the path /sys/block/<disk>/<part>/partition path.

The part name in /dev/disk/by-id is a symlink to /dev/sdXY. At that
point we already have the symlink resolved to the real path. It is
stored in `bdev`.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2020-06-02 12:29:54 +02:00
..
Makefile rename pveesptool to pve-efiboot-tool 2019-07-10 21:11:28 +02:00
pve-efiboot-tool pve-efiboot-tool: format: fix handling of disk/by-id 2020-06-02 12:29:54 +02:00