]> git.ozlabs.org Git - petitboot/commitdiff
Rework device-path handling
authorJeremy Kerr <jk@ozlabs.org>
Mon, 7 Jan 2008 08:15:03 +0000 (19:15 +1100)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 7 Jan 2008 08:15:03 +0000 (19:15 +1100)
Pass full device paths around, rather than shortened device names and
mountpoints.

The parse() function has been updated to only take a device path; the
mountpoint can be derived with mountpoint_for_device. Also, add
initial handling for uuid= and label= syntaxes.

This allows us to remap ps3 devices where necessary.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

No differences found