regenerate manifests
Signed-off-by: Antonio Murdaca <runcom@linux.com>
This commit is contained in:
parent
0f8ed4e04b
commit
c07574f87f
28 changed files with 882 additions and 92 deletions
|
|
@ -10031,6 +10031,5 @@
|
|||
"check_gpg": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"no-image-info": true,
|
||||
"manifest": {
|
||||
"version": "2",
|
||||
"pipelines": [
|
||||
|
|
@ -16977,6 +16978,5 @@
|
|||
"check_gpg": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10184,6 +10184,5 @@
|
|||
"check_gpg": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"no-image-info": true,
|
||||
"manifest": {
|
||||
"version": "2",
|
||||
"pipelines": [
|
||||
|
|
@ -17291,6 +17292,5 @@
|
|||
"check_gpg": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2586,6 +2586,35 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.create",
|
||||
"options": {
|
||||
"volumes": [
|
||||
{
|
||||
"name": "rootlv",
|
||||
"size": "9663676416B"
|
||||
}
|
||||
]
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1048576,
|
||||
"size": 19922911,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.mkfs.fat",
|
||||
"options": {
|
||||
|
|
@ -2629,10 +2658,10 @@
|
|||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
|
|
@ -2643,6 +2672,13 @@
|
|||
"size": 19922911,
|
||||
"lock": true
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -2691,6 +2727,13 @@
|
|||
}
|
||||
},
|
||||
"root": {
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
|
|
@ -2719,6 +2762,30 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.metadata",
|
||||
"options": {
|
||||
"vg_name": "rootvg"
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1048576,
|
||||
"size": 19922911,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.luks2.remove-key",
|
||||
"options": {
|
||||
|
|
@ -8585,6 +8652,5 @@
|
|||
"check_gpg": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"no-image-info": true,
|
||||
"manifest": {
|
||||
"version": "2",
|
||||
"pipelines": [
|
||||
|
|
@ -2634,6 +2635,35 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.create",
|
||||
"options": {
|
||||
"volumes": [
|
||||
{
|
||||
"name": "rootlv",
|
||||
"size": "9663676416B"
|
||||
}
|
||||
]
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1048576,
|
||||
"size": 19922911,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.mkfs.fat",
|
||||
"options": {
|
||||
|
|
@ -2677,10 +2707,10 @@
|
|||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
|
|
@ -2691,6 +2721,13 @@
|
|||
"size": 19922911,
|
||||
"lock": true
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -2739,6 +2776,13 @@
|
|||
}
|
||||
},
|
||||
"root": {
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
|
|
@ -2767,6 +2811,30 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.metadata",
|
||||
"options": {
|
||||
"vg_name": "rootvg"
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1048576,
|
||||
"size": 19922911,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.luks2.remove-key",
|
||||
"options": {
|
||||
|
|
@ -15495,6 +15563,5 @@
|
|||
"check_gpg": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2657,6 +2657,35 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.create",
|
||||
"options": {
|
||||
"volumes": [
|
||||
{
|
||||
"name": "rootlv",
|
||||
"size": "9663676416B"
|
||||
}
|
||||
]
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1050624,
|
||||
"size": 19920863,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.mkfs.fat",
|
||||
"options": {
|
||||
|
|
@ -2700,10 +2729,10 @@
|
|||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
|
|
@ -2714,6 +2743,13 @@
|
|||
"size": 19920863,
|
||||
"lock": true
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -2762,6 +2798,13 @@
|
|||
}
|
||||
},
|
||||
"root": {
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
|
|
@ -2790,6 +2833,30 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.metadata",
|
||||
"options": {
|
||||
"vg_name": "rootvg"
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1050624,
|
||||
"size": 19920863,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.luks2.remove-key",
|
||||
"options": {
|
||||
|
|
@ -8766,6 +8833,5 @@
|
|||
"check_gpg": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"no-image-info": true,
|
||||
"manifest": {
|
||||
"version": "2",
|
||||
"pipelines": [
|
||||
|
|
@ -2705,6 +2706,35 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.create",
|
||||
"options": {
|
||||
"volumes": [
|
||||
{
|
||||
"name": "rootlv",
|
||||
"size": "9663676416B"
|
||||
}
|
||||
]
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1050624,
|
||||
"size": 19920863,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.mkfs.fat",
|
||||
"options": {
|
||||
|
|
@ -2748,10 +2778,10 @@
|
|||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
|
|
@ -2762,6 +2792,13 @@
|
|||
"size": 19920863,
|
||||
"lock": true
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -2810,6 +2847,13 @@
|
|||
}
|
||||
},
|
||||
"root": {
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
|
|
@ -2838,6 +2882,30 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.metadata",
|
||||
"options": {
|
||||
"vg_name": "rootvg"
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1050624,
|
||||
"size": 19920863,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.luks2.remove-key",
|
||||
"options": {
|
||||
|
|
@ -15792,6 +15860,5 @@
|
|||
"check_gpg": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7905,6 +7905,5 @@
|
|||
"checksum": "sha256:340b3c65becfca3d39f2afeed9659505a33ee870270c4d115d9fefe8929ff806"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"no-image-info": true,
|
||||
"manifest": {
|
||||
"version": "2",
|
||||
"pipelines": [
|
||||
|
|
@ -12721,6 +12722,5 @@
|
|||
"checksum": "sha256:340b3c65becfca3d39f2afeed9659505a33ee870270c4d115d9fefe8929ff806"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8022,6 +8022,5 @@
|
|||
"checksum": "sha256:340b3c65becfca3d39f2afeed9659505a33ee870270c4d115d9fefe8929ff806"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"no-image-info": true,
|
||||
"manifest": {
|
||||
"version": "2",
|
||||
"pipelines": [
|
||||
|
|
@ -12951,6 +12952,5 @@
|
|||
"checksum": "sha256:340b3c65becfca3d39f2afeed9659505a33ee870270c4d115d9fefe8929ff806"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7905,6 +7905,5 @@
|
|||
"checksum": "sha256:340b3c65becfca3d39f2afeed9659505a33ee870270c4d115d9fefe8929ff806"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"no-image-info": true,
|
||||
"manifest": {
|
||||
"version": "2",
|
||||
"pipelines": [
|
||||
|
|
@ -12721,6 +12722,5 @@
|
|||
"checksum": "sha256:340b3c65becfca3d39f2afeed9659505a33ee870270c4d115d9fefe8929ff806"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8022,6 +8022,5 @@
|
|||
"checksum": "sha256:340b3c65becfca3d39f2afeed9659505a33ee870270c4d115d9fefe8929ff806"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"no-image-info": true,
|
||||
"manifest": {
|
||||
"version": "2",
|
||||
"pipelines": [
|
||||
|
|
@ -12951,6 +12952,5 @@
|
|||
"checksum": "sha256:340b3c65becfca3d39f2afeed9659505a33ee870270c4d115d9fefe8929ff806"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7890,6 +7890,5 @@
|
|||
"checksum": "sha256:340b3c65becfca3d39f2afeed9659505a33ee870270c4d115d9fefe8929ff806"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"no-image-info": true,
|
||||
"manifest": {
|
||||
"version": "2",
|
||||
"pipelines": [
|
||||
|
|
@ -12694,6 +12695,5 @@
|
|||
"checksum": "sha256:340b3c65becfca3d39f2afeed9659505a33ee870270c4d115d9fefe8929ff806"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8007,6 +8007,5 @@
|
|||
"checksum": "sha256:340b3c65becfca3d39f2afeed9659505a33ee870270c4d115d9fefe8929ff806"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"no-image-info": true,
|
||||
"manifest": {
|
||||
"version": "2",
|
||||
"pipelines": [
|
||||
|
|
@ -12924,6 +12925,5 @@
|
|||
"checksum": "sha256:340b3c65becfca3d39f2afeed9659505a33ee870270c4d115d9fefe8929ff806"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1159,6 +1159,35 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.create",
|
||||
"options": {
|
||||
"volumes": [
|
||||
{
|
||||
"name": "rootlv",
|
||||
"size": "9663676416B"
|
||||
}
|
||||
]
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1048576,
|
||||
"size": 19922911,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.mkfs.fat",
|
||||
"options": {
|
||||
|
|
@ -1202,10 +1231,10 @@
|
|||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
|
|
@ -1216,6 +1245,13 @@
|
|||
"size": 19922911,
|
||||
"lock": true
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -1264,6 +1300,13 @@
|
|||
}
|
||||
},
|
||||
"root": {
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
|
|
@ -1292,6 +1335,30 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.metadata",
|
||||
"options": {
|
||||
"vg_name": "rootvg"
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1048576,
|
||||
"size": 19922911,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.luks2.remove-key",
|
||||
"options": {
|
||||
|
|
@ -6647,6 +6714,5 @@
|
|||
"checksum": "sha256:d8e32be18055e46f26dece63f46d45738405618bf8b03c976c876c0c2cf2e4ed"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"no-image-info": true,
|
||||
"manifest": {
|
||||
"version": "2",
|
||||
"pipelines": [
|
||||
|
|
@ -1182,6 +1183,35 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.create",
|
||||
"options": {
|
||||
"volumes": [
|
||||
{
|
||||
"name": "rootlv",
|
||||
"size": "9663676416B"
|
||||
}
|
||||
]
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1048576,
|
||||
"size": 19922911,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.mkfs.fat",
|
||||
"options": {
|
||||
|
|
@ -1225,10 +1255,10 @@
|
|||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
|
|
@ -1239,6 +1269,13 @@
|
|||
"size": 19922911,
|
||||
"lock": true
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -1287,6 +1324,13 @@
|
|||
}
|
||||
},
|
||||
"root": {
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
|
|
@ -1315,6 +1359,30 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.metadata",
|
||||
"options": {
|
||||
"vg_name": "rootvg"
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1048576,
|
||||
"size": 19922911,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.luks2.remove-key",
|
||||
"options": {
|
||||
|
|
@ -11445,6 +11513,5 @@
|
|||
"checksum": "sha256:d8e32be18055e46f26dece63f46d45738405618bf8b03c976c876c0c2cf2e4ed"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1188,6 +1188,35 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.create",
|
||||
"options": {
|
||||
"volumes": [
|
||||
{
|
||||
"name": "rootlv",
|
||||
"size": "9663676416B"
|
||||
}
|
||||
]
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1050624,
|
||||
"size": 19920863,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.mkfs.fat",
|
||||
"options": {
|
||||
|
|
@ -1231,10 +1260,10 @@
|
|||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
|
|
@ -1245,6 +1274,13 @@
|
|||
"size": 19920863,
|
||||
"lock": true
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -1293,6 +1329,13 @@
|
|||
}
|
||||
},
|
||||
"root": {
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
|
|
@ -1321,6 +1364,30 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.metadata",
|
||||
"options": {
|
||||
"vg_name": "rootvg"
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1050624,
|
||||
"size": 19920863,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.luks2.remove-key",
|
||||
"options": {
|
||||
|
|
@ -6779,6 +6846,5 @@
|
|||
"checksum": "sha256:5ce0b29210f80ae4f1e44f0ca9ef44b806f1268ce3309c43a5f1fcda005c3344"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"no-image-info": true,
|
||||
"manifest": {
|
||||
"version": "2",
|
||||
"pipelines": [
|
||||
|
|
@ -1211,6 +1212,35 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.create",
|
||||
"options": {
|
||||
"volumes": [
|
||||
{
|
||||
"name": "rootlv",
|
||||
"size": "9663676416B"
|
||||
}
|
||||
]
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1050624,
|
||||
"size": 19920863,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.mkfs.fat",
|
||||
"options": {
|
||||
|
|
@ -1254,10 +1284,10 @@
|
|||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
|
|
@ -1268,6 +1298,13 @@
|
|||
"size": 19920863,
|
||||
"lock": true
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -1316,6 +1353,13 @@
|
|||
}
|
||||
},
|
||||
"root": {
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
|
|
@ -1344,6 +1388,30 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.metadata",
|
||||
"options": {
|
||||
"vg_name": "rootvg"
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1050624,
|
||||
"size": 19920863,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.luks2.remove-key",
|
||||
"options": {
|
||||
|
|
@ -11656,6 +11724,5 @@
|
|||
"checksum": "sha256:5ce0b29210f80ae4f1e44f0ca9ef44b806f1268ce3309c43a5f1fcda005c3344"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2578,6 +2578,35 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.create",
|
||||
"options": {
|
||||
"volumes": [
|
||||
{
|
||||
"name": "rootlv",
|
||||
"size": "9663676416B"
|
||||
}
|
||||
]
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1048576,
|
||||
"size": 19922911,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.mkfs.fat",
|
||||
"options": {
|
||||
|
|
@ -2621,10 +2650,10 @@
|
|||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
|
|
@ -2635,6 +2664,13 @@
|
|||
"size": 19922911,
|
||||
"lock": true
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -2683,6 +2719,13 @@
|
|||
}
|
||||
},
|
||||
"root": {
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
|
|
@ -2711,6 +2754,30 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.metadata",
|
||||
"options": {
|
||||
"vg_name": "rootvg"
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1048576,
|
||||
"size": 19922911,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.luks2.remove-key",
|
||||
"options": {
|
||||
|
|
@ -8864,6 +8931,5 @@
|
|||
"check_gpg": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"no-image-info": true,
|
||||
"manifest": {
|
||||
"version": "2",
|
||||
"pipelines": [
|
||||
|
|
@ -2626,6 +2627,35 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.create",
|
||||
"options": {
|
||||
"volumes": [
|
||||
{
|
||||
"name": "rootlv",
|
||||
"size": "9663676416B"
|
||||
}
|
||||
]
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1048576,
|
||||
"size": 19922911,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.mkfs.fat",
|
||||
"options": {
|
||||
|
|
@ -2669,10 +2699,10 @@
|
|||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
|
|
@ -2683,6 +2713,13 @@
|
|||
"size": 19922911,
|
||||
"lock": true
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -2731,6 +2768,13 @@
|
|||
}
|
||||
},
|
||||
"root": {
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
|
|
@ -2759,6 +2803,30 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.metadata",
|
||||
"options": {
|
||||
"vg_name": "rootvg"
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1048576,
|
||||
"size": 19922911,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.luks2.remove-key",
|
||||
"options": {
|
||||
|
|
@ -15843,6 +15911,5 @@
|
|||
"check_gpg": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2642,6 +2642,35 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.create",
|
||||
"options": {
|
||||
"volumes": [
|
||||
{
|
||||
"name": "rootlv",
|
||||
"size": "9663676416B"
|
||||
}
|
||||
]
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1050624,
|
||||
"size": 19920863,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.mkfs.fat",
|
||||
"options": {
|
||||
|
|
@ -2685,10 +2714,10 @@
|
|||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
|
|
@ -2699,6 +2728,13 @@
|
|||
"size": 19920863,
|
||||
"lock": true
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -2747,6 +2783,13 @@
|
|||
}
|
||||
},
|
||||
"root": {
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
|
|
@ -2775,6 +2818,30 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.metadata",
|
||||
"options": {
|
||||
"vg_name": "rootvg"
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1050624,
|
||||
"size": 19920863,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.luks2.remove-key",
|
||||
"options": {
|
||||
|
|
@ -9038,6 +9105,5 @@
|
|||
"check_gpg": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"no-image-info": true,
|
||||
"manifest": {
|
||||
"version": "2",
|
||||
"pipelines": [
|
||||
|
|
@ -2690,6 +2691,35 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.create",
|
||||
"options": {
|
||||
"volumes": [
|
||||
{
|
||||
"name": "rootlv",
|
||||
"size": "9663676416B"
|
||||
}
|
||||
]
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1050624,
|
||||
"size": 19920863,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.mkfs.fat",
|
||||
"options": {
|
||||
|
|
@ -2733,10 +2763,10 @@
|
|||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
|
|
@ -2747,6 +2777,13 @@
|
|||
"size": 19920863,
|
||||
"lock": true
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -2795,6 +2832,13 @@
|
|||
}
|
||||
},
|
||||
"root": {
|
||||
"type": "org.osbuild.lvm2.lv",
|
||||
"parent": "rootvgvg",
|
||||
"options": {
|
||||
"volume": "rootlv"
|
||||
}
|
||||
},
|
||||
"rootvgvg": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
|
|
@ -2823,6 +2867,30 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.lvm2.metadata",
|
||||
"options": {
|
||||
"vg_name": "rootvg"
|
||||
},
|
||||
"devices": {
|
||||
"device": {
|
||||
"type": "org.osbuild.luks2",
|
||||
"parent": "luks-6e4f",
|
||||
"options": {
|
||||
"passphrase": "osbuild"
|
||||
}
|
||||
},
|
||||
"luks-6e4f": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "image.raw",
|
||||
"start": 1050624,
|
||||
"size": 19920863,
|
||||
"lock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.luks2.remove-key",
|
||||
"options": {
|
||||
|
|
@ -16132,6 +16200,5 @@
|
|||
"check_gpg": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue