image-info: support images with empty partitions
Official RHEL EC2 images come with an empty partition, simply ignore it rather than fail. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
e73b43162d
commit
eee08c41ac
12 changed files with 18 additions and 8 deletions
|
|
@ -556,6 +556,7 @@
|
|||
"bootable": true,
|
||||
"fstype": "ext4",
|
||||
"label": null,
|
||||
"partuuid": "14fc63d2-01",
|
||||
"size": 3220176896,
|
||||
"start": 1048576,
|
||||
"type": "83",
|
||||
|
|
|
|||
|
|
@ -169,4 +169,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -517,6 +517,7 @@
|
|||
"bootable": true,
|
||||
"fstype": "ext4",
|
||||
"label": null,
|
||||
"partuuid": "14fc63d2-01",
|
||||
"size": 3220176896,
|
||||
"start": 1048576,
|
||||
"type": "83",
|
||||
|
|
|
|||
|
|
@ -381,6 +381,7 @@
|
|||
"bootable": false,
|
||||
"fstype": "ext4",
|
||||
"label": null,
|
||||
"partuuid": null,
|
||||
"size": 0,
|
||||
"start": 0,
|
||||
"type": null,
|
||||
|
|
|
|||
|
|
@ -436,6 +436,7 @@
|
|||
"bootable": true,
|
||||
"fstype": "ext4",
|
||||
"label": null,
|
||||
"partuuid": "14fc63d2-01",
|
||||
"size": 4293918720,
|
||||
"start": 1048576,
|
||||
"type": "83",
|
||||
|
|
|
|||
|
|
@ -573,6 +573,7 @@
|
|||
"bootable": true,
|
||||
"fstype": "ext4",
|
||||
"label": null,
|
||||
"partuuid": "14fc63d2-01",
|
||||
"size": 3220176896,
|
||||
"start": 1048576,
|
||||
"type": "83",
|
||||
|
|
|
|||
|
|
@ -554,6 +554,7 @@
|
|||
"bootable": true,
|
||||
"fstype": "ext4",
|
||||
"label": null,
|
||||
"partuuid": "14fc63d2-01",
|
||||
"size": 3220176896,
|
||||
"start": 1048576,
|
||||
"type": "83",
|
||||
|
|
|
|||
|
|
@ -527,6 +527,7 @@
|
|||
"bootable": true,
|
||||
"fstype": "ext4",
|
||||
"label": null,
|
||||
"partuuid": "14fc63d2-01",
|
||||
"size": 3220176896,
|
||||
"start": 1048576,
|
||||
"type": "83",
|
||||
|
|
|
|||
|
|
@ -164,4 +164,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -534,6 +534,7 @@
|
|||
"bootable": true,
|
||||
"fstype": "ext4",
|
||||
"label": null,
|
||||
"partuuid": "14fc63d2-01",
|
||||
"size": 3220176896,
|
||||
"start": 1048576,
|
||||
"type": "83",
|
||||
|
|
|
|||
|
|
@ -162,4 +162,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue