According to [1] the x86_64 target should use
4f68bce3-e8cd-4db1-96e7-
fbcaf984b709 UUID for the rootfs partition.
[1] https://uapi-group.org/specifications/specs/discoverable_partitions_specification/
Suggested-by: Lukasz Stelmach <l.stelmach@samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: Id8e7368e4ddfe181def369f79800a2772ff4c8bc
long_name = "QEMU x86 64-bit"
def __init__(self, device, args):
- setattr(args, "_rootfs_uuid", "44479540-F297-41B2-9AF7-D131D5F0458A")
+ setattr(args, "_rootfs_uuid", "4f68bce3-e8cd-4db1-96e7-fbcaf984b709")
super().__init__(device, args)
TARGETS = {