recovery-init: Always use blkid(1) to find partitions 50/155250/3
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Thu, 12 Oct 2017 11:44:55 +0000 (13:44 +0200)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Fri, 13 Oct 2017 08:35:46 +0000 (10:35 +0200)
commit78fa821ef078ef20edfc618d8c11bab0055962c7
tree8941d7b52042ac7c43b324e870bb48163ebcd455
parentb4b93efe673483f90a16e2e743e5981be36c8324
recovery-init: Always use blkid(1) to find partitions

blkid(1) was introduced to find partition based on fs
label for targets that do not support partlabel (eg. rpi3).
However, blkid(1) can also search using partlabel, so it's
the only utility it's needed to locate partitions.

This commit makes recovery-init always use blkid(1),
allowing partx(1) to be dropped.

Change-Id: Ie021210b3c9ff359d1b112d51479920c1ba55c38
src/system-recovery/50-system-recovery.list.m4.in
src/system-recovery/recovery-init.in