commit | 54f180dc707ac4ded18edaebfc0c7f9da40f7ef7 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue May 25 18:00:13 2021 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jun 09 00:16:39 2021 +0200 |
tree | 7b47d1e10ef56c45cd23ed85bb90aa16d83d5e7b | |
parent | 2c4c0587096e7f8d2d245e4eeece7aa8524ed919 [diff] |
efi_loader: partition numbers are hexadecimal If we want to address partition 15 of virtio block device 11, we have to write: virtio b:f When calling sprintf() we must use %x for the device and partition numbers. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>