From: Jeremy Kerr Date: Wed, 18 Sep 2013 03:49:14 +0000 (+0800) Subject: discover: Consolidate device path, name and ID. X-Git-Tag: v1.0.0~495 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;ds=inline;h=e52b37c27c267c882d82cd1e34412817b5a4dbce;hp=e52b37c27c267c882d82cd1e34412817b5a4dbce;p=petitboot discover: Consolidate device path, name and ID. This change cleans up our usage of device path, names and IDs. Device ID is the kernel name for the device. We also expose this through lookup_by_name. Device path is the path to the dev node (ie, always starts with /dev/), and is only used for mounting. Signed-off-by: Jeremy Kerr ---