fedora: remove BIOS boot for IoT raw images
This commit is contained in:
parent
e6c7815d41
commit
97dddd24a5
10 changed files with 97 additions and 413 deletions
|
|
@ -2298,28 +2298,21 @@
|
|||
"label": "gpt",
|
||||
"uuid": "D209C89E-EA5E-4FBD-B161-B461CCE297E0",
|
||||
"partitions": [
|
||||
{
|
||||
"bootable": true,
|
||||
"size": 2048,
|
||||
"start": 2048,
|
||||
"type": "21686148-6449-6E6F-744E-656564454649",
|
||||
"uuid": "FAC7F1FB-3E8D-4137-A512-961DE09A5549"
|
||||
},
|
||||
{
|
||||
"size": 1026048,
|
||||
"start": 4096,
|
||||
"start": 2048,
|
||||
"type": "C12A7328-F81F-11D2-BA4B-00A0C93EC93B",
|
||||
"uuid": "68B2905B-DF3E-4FB3-80FA-49D1E773AA33"
|
||||
},
|
||||
{
|
||||
"size": 2097152,
|
||||
"start": 1030144,
|
||||
"start": 1028096,
|
||||
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
|
||||
"uuid": "CB07C243-BC44-4717-853E-28852021225B"
|
||||
},
|
||||
{
|
||||
"size": 17844191,
|
||||
"start": 3127296,
|
||||
"size": 17846239,
|
||||
"start": 3125248,
|
||||
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
|
||||
"uuid": "6264D520-3FB9-423F-8AB8-7A0A8E3D3562"
|
||||
}
|
||||
|
|
@ -2345,7 +2338,7 @@
|
|||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 4096,
|
||||
"start": 2048,
|
||||
"size": 1026048,
|
||||
"lock": true
|
||||
}
|
||||
|
|
@ -2363,7 +2356,7 @@
|
|||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 1030144,
|
||||
"start": 1028096,
|
||||
"size": 2097152,
|
||||
"lock": true
|
||||
}
|
||||
|
|
@ -2381,8 +2374,8 @@
|
|||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 3127296,
|
||||
"size": 17844191,
|
||||
"start": 3125248,
|
||||
"size": 17846239,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
|
|
@ -2412,7 +2405,7 @@
|
|||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 1030144,
|
||||
"start": 1028096,
|
||||
"size": 2097152
|
||||
}
|
||||
},
|
||||
|
|
@ -2420,7 +2413,7 @@
|
|||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 4096,
|
||||
"start": 2048,
|
||||
"size": 1026048
|
||||
}
|
||||
},
|
||||
|
|
@ -2428,8 +2421,8 @@
|
|||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 3127296,
|
||||
"size": 17844191
|
||||
"start": 3125248,
|
||||
"size": 17846239
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue