This commit adds the (base) partition table to the `describe-image` command. It needs https://github.com/osbuild/images/pull/1376 It currently looks like: ```yaml $ image-builder describe-image qcow2 --distro fedora-41 @WARNING - the output format is not stable yet and may change distro: fedora-41 ... partition_table: uuid: D209C89E-EA5E-4FBD-B161-B461CCE297E0 type: gpt partitions: - size: 1048576 type: 21686148-6449-6E6F-744E-656564454649 bootable: true uuid: FAC7F1FB-3E8D-4137-A512-961DE09A5549 - size: 209715200 type: C12A7328-F81F-11D2-BA4B-00A0C93EC93B uuid: 68B2905B-DF3E-4FB3-80FA-49D1E773AA33 payload: type: vfat uuid: 7B77-95E7 label: EFI-SYSTEM mountpoint: /boot/efi fstab_options: defaults,uid=0,gid=0,umask=077,shortname=winnt fstab_passno: 2 - size: 524288000 type: 0FC63DAF-8483-4772-8E79-3D69D8477DE4 uuid: CB07C243-BC44-4717-853E-28852021225B payload: type: ext4 label: boot mountpoint: /boot fstab_options: defaults - size: 2147483648 type: 0FC63DAF-8483-4772-8E79-3D69D8477DE4 uuid: 6264D520-3FB9-423F-8AB8-7A0A8E3D3562 payload: type: ext4 label: root mountpoint: / fstab_options: defaults ``` |
||
|---|---|---|
| .. | ||
| image-builder | ||