x86: fix platform_export_bootpart() for Xen virtual disks
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 17 Apr 2016 13:24:30 +0000 (13:24 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 17 Apr 2016 13:24:30 +0000 (13:24 +0000)
commitd8ecfbd20e6ddbf1de4eaa0236d7aebcf8495426
treeebcee43d8a3c34c35393b53325461e1523a9909b
parentee302501cb2e3e9d4045aec2416d29c92c86ff64
x86: fix platform_export_bootpart() for Xen virtual disks

Virtual disk devices in a Xen virtual machine (DomU) can be /dev/xvda,
/dev/xvdb and so on with partitions like /dev/xdva1. Devices named like
this where not considered before. This resulted in a non working
sysupgrade, because the boot partition could not be found.

Signed-off-by: Alexander Dahl <alex@netz39.de>
Suggested-by: Matthias Schiffer <mschiffer@universe-factory.net>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 49190
target/linux/x86/base-files/lib/upgrade/platform.sh