diff options
author | Łukasz Stelmach <l.stelmach@samsung.com> | 2014-01-07 15:00:22 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-01-11 16:50:09 -0500 |
commit | 843f737ade9c73609a2280dd3dd16e18222a5dcb (patch) | |
tree | 2d6dcaabea02944122f27912021b7409b06b7ffa /catalog | |
parent | 0d8efe3535b3ce9ecbc2c6482007edfc3ac492d0 (diff) |
gpt-auto-generator: skip nonexistent devices
The devices we work with have eMMC chips for storage. The chips
provide four "hardware" partitions. The first is /dev/mmcblk0, it
takes almost whole space and holds a GPT with several real partitions
(/dev/mmcblk0p?). Then there are three block devices (mmcblk0boot0,
mmcblk0boot1, rpmb) that are part of the same hardware as mmcblk0 that
are presented by the kernel as children of the latter. That relationship
makes gpt-auto-generator try to peek them but since they are not GPT
partitions blkid_do_safeprobe() returns -2 making verify_gpt_parition()
function return -ENODEV.
Diffstat (limited to 'catalog')
0 files changed, 0 insertions, 0 deletions