iot: change the copy stages
Split this into two separate copystages so that we are not overriding types.
This commit is contained in:
parent
b0fce3bfd1
commit
258f450021
7 changed files with 520 additions and 291 deletions
|
|
@ -2376,13 +2376,6 @@
|
|||
{
|
||||
"type": "org.osbuild.copy",
|
||||
"inputs": {
|
||||
"ostree-tree": {
|
||||
"type": "org.osbuild.ostree.checkout",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": [
|
||||
""
|
||||
]
|
||||
},
|
||||
"root-tree": {
|
||||
"type": "org.osbuild.tree",
|
||||
"origin": "org.osbuild.pipeline",
|
||||
|
|
@ -2396,126 +2389,188 @@
|
|||
{
|
||||
"from": "input://root-tree/",
|
||||
"to": "mount://root/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"devices": {
|
||||
"boot": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 1028096,
|
||||
"size": 2097152
|
||||
}
|
||||
},
|
||||
"boot.efi": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 2048,
|
||||
"size": 1026048
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 3125248,
|
||||
"size": 5263360
|
||||
}
|
||||
}
|
||||
},
|
||||
"mounts": [
|
||||
{
|
||||
"name": "root",
|
||||
"type": "org.osbuild.ext4",
|
||||
"source": "root",
|
||||
"target": "/"
|
||||
},
|
||||
{
|
||||
"name": "boot",
|
||||
"type": "org.osbuild.ext4",
|
||||
"source": "boot",
|
||||
"target": "/boot"
|
||||
},
|
||||
{
|
||||
"name": "boot.efi",
|
||||
"type": "org.osbuild.fat",
|
||||
"source": "boot.efi",
|
||||
"target": "/boot/efi"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.copy",
|
||||
"inputs": {
|
||||
"ostree-tree": {
|
||||
"type": "org.osbuild.ostree.checkout",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": [
|
||||
""
|
||||
]
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"paths": [
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-2-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-2-b.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-3-b-plus.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-3-b-plus.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-3-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-3-b.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-cm3.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-cm3.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2-w.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2-w.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-4-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2711-rpi-4-b.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-400.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2711-rpi-400.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-cm4.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2711-rpi-cm4.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-cm4s.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2711-rpi-cm4s.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bootcode.bin",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bootcode.bin",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/config.txt",
|
||||
"to": "mount://root/boot/efi/config.txt"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/config.txt",
|
||||
"to": "mount://root//boot/efi/config.txt"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup4.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4cd.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup4cd.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4db.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup4db.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4x.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup4x.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_cd.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup_cd.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_db.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup_db.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_x.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup_x.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/overlays",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/overlays",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/share/uboot/rpi_arm64/u-boot.bin",
|
||||
"to": "mount://root/boot/efi/rpi-u-boot.bin"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/share/uboot/rpi_arm64/u-boot.bin",
|
||||
"to": "mount://root//boot/efi/rpi-u-boot.bin"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start4.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4cd.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start4cd.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4db.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start4db.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4x.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start4x.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_cd.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start_cd.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_db.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start_db.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start_x.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_x.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2392,13 +2392,6 @@
|
|||
{
|
||||
"type": "org.osbuild.copy",
|
||||
"inputs": {
|
||||
"ostree-tree": {
|
||||
"type": "org.osbuild.ostree.checkout",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": [
|
||||
""
|
||||
]
|
||||
},
|
||||
"root-tree": {
|
||||
"type": "org.osbuild.tree",
|
||||
"origin": "org.osbuild.pipeline",
|
||||
|
|
@ -2412,126 +2405,188 @@
|
|||
{
|
||||
"from": "input://root-tree/",
|
||||
"to": "mount://root/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"devices": {
|
||||
"boot": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 1028096,
|
||||
"size": 2097152
|
||||
}
|
||||
},
|
||||
"boot.efi": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 2048,
|
||||
"size": 1026048
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 3125248,
|
||||
"size": 5263360
|
||||
}
|
||||
}
|
||||
},
|
||||
"mounts": [
|
||||
{
|
||||
"name": "root",
|
||||
"type": "org.osbuild.ext4",
|
||||
"source": "root",
|
||||
"target": "/"
|
||||
},
|
||||
{
|
||||
"name": "boot",
|
||||
"type": "org.osbuild.ext4",
|
||||
"source": "boot",
|
||||
"target": "/boot"
|
||||
},
|
||||
{
|
||||
"name": "boot.efi",
|
||||
"type": "org.osbuild.fat",
|
||||
"source": "boot.efi",
|
||||
"target": "/boot/efi"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.copy",
|
||||
"inputs": {
|
||||
"ostree-tree": {
|
||||
"type": "org.osbuild.ostree.checkout",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": [
|
||||
""
|
||||
]
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"paths": [
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-2-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-2-b.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-3-b-plus.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-3-b-plus.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-3-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-3-b.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-cm3.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-cm3.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2-w.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2-w.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-4-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2711-rpi-4-b.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-400.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2711-rpi-400.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-cm4.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2711-rpi-cm4.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-cm4s.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2711-rpi-cm4s.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bootcode.bin",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bootcode.bin",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/config.txt",
|
||||
"to": "mount://root/boot/efi/config.txt"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/config.txt",
|
||||
"to": "mount://root//boot/efi/config.txt"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup4.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4cd.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup4cd.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4db.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup4db.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4x.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup4x.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_cd.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup_cd.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_db.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup_db.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_x.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup_x.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/overlays",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/overlays",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/share/uboot/rpi_arm64/u-boot.bin",
|
||||
"to": "mount://root/boot/efi/rpi-u-boot.bin"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/share/uboot/rpi_arm64/u-boot.bin",
|
||||
"to": "mount://root//boot/efi/rpi-u-boot.bin"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start4.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4cd.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start4cd.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4db.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start4db.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4x.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start4x.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_cd.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start_cd.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_db.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start_db.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start_x.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_x.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2207,13 +2207,6 @@
|
|||
{
|
||||
"type": "org.osbuild.copy",
|
||||
"inputs": {
|
||||
"ostree-tree": {
|
||||
"type": "org.osbuild.ostree.checkout",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": [
|
||||
""
|
||||
]
|
||||
},
|
||||
"root-tree": {
|
||||
"type": "org.osbuild.tree",
|
||||
"origin": "org.osbuild.pipeline",
|
||||
|
|
@ -2227,126 +2220,188 @@
|
|||
{
|
||||
"from": "input://root-tree/",
|
||||
"to": "mount://root/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"devices": {
|
||||
"boot": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 1028096,
|
||||
"size": 2097152
|
||||
}
|
||||
},
|
||||
"boot.efi": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 2048,
|
||||
"size": 1026048
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 3125248,
|
||||
"size": 5263360
|
||||
}
|
||||
}
|
||||
},
|
||||
"mounts": [
|
||||
{
|
||||
"name": "root",
|
||||
"type": "org.osbuild.ext4",
|
||||
"source": "root",
|
||||
"target": "/"
|
||||
},
|
||||
{
|
||||
"name": "boot",
|
||||
"type": "org.osbuild.ext4",
|
||||
"source": "boot",
|
||||
"target": "/boot"
|
||||
},
|
||||
{
|
||||
"name": "boot.efi",
|
||||
"type": "org.osbuild.fat",
|
||||
"source": "boot.efi",
|
||||
"target": "/boot/efi"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.copy",
|
||||
"inputs": {
|
||||
"ostree-tree": {
|
||||
"type": "org.osbuild.ostree.checkout",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": [
|
||||
""
|
||||
]
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"paths": [
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-2-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-2-b.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-3-b-plus.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-3-b-plus.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-3-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-3-b.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-cm3.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-cm3.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2-w.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2-w.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-4-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2711-rpi-4-b.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-400.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2711-rpi-400.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-cm4.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2711-rpi-cm4.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-cm4s.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2711-rpi-cm4s.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bootcode.bin",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bootcode.bin",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/config.txt",
|
||||
"to": "mount://root/boot/efi/config.txt"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/config.txt",
|
||||
"to": "mount://root//boot/efi/config.txt"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup4.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4cd.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup4cd.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4db.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup4db.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4x.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup4x.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_cd.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup_cd.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_db.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup_db.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_x.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup_x.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/overlays",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/overlays",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/share/uboot/rpi_arm64/u-boot.bin",
|
||||
"to": "mount://root/boot/efi/rpi-u-boot.bin"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/share/uboot/rpi_arm64/u-boot.bin",
|
||||
"to": "mount://root//boot/efi/rpi-u-boot.bin"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start4.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4cd.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start4cd.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4db.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start4db.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4x.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start4x.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_cd.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start_cd.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_db.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start_db.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start_x.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_x.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2223,13 +2223,6 @@
|
|||
{
|
||||
"type": "org.osbuild.copy",
|
||||
"inputs": {
|
||||
"ostree-tree": {
|
||||
"type": "org.osbuild.ostree.checkout",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": [
|
||||
""
|
||||
]
|
||||
},
|
||||
"root-tree": {
|
||||
"type": "org.osbuild.tree",
|
||||
"origin": "org.osbuild.pipeline",
|
||||
|
|
@ -2243,126 +2236,188 @@
|
|||
{
|
||||
"from": "input://root-tree/",
|
||||
"to": "mount://root/"
|
||||
}
|
||||
]
|
||||
},
|
||||
"devices": {
|
||||
"boot": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 1028096,
|
||||
"size": 2097152
|
||||
}
|
||||
},
|
||||
"boot.efi": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 2048,
|
||||
"size": 1026048
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"type": "org.osbuild.loopback",
|
||||
"options": {
|
||||
"filename": "disk.img",
|
||||
"start": 3125248,
|
||||
"size": 5263360
|
||||
}
|
||||
}
|
||||
},
|
||||
"mounts": [
|
||||
{
|
||||
"name": "root",
|
||||
"type": "org.osbuild.ext4",
|
||||
"source": "root",
|
||||
"target": "/"
|
||||
},
|
||||
{
|
||||
"name": "boot",
|
||||
"type": "org.osbuild.ext4",
|
||||
"source": "boot",
|
||||
"target": "/boot"
|
||||
},
|
||||
{
|
||||
"name": "boot.efi",
|
||||
"type": "org.osbuild.fat",
|
||||
"source": "boot.efi",
|
||||
"target": "/boot/efi"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "org.osbuild.copy",
|
||||
"inputs": {
|
||||
"ostree-tree": {
|
||||
"type": "org.osbuild.ostree.checkout",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": [
|
||||
""
|
||||
]
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"paths": [
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-2-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-2-b.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-3-b-plus.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-3-b-plus.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-3-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-3-b.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-cm3.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-cm3.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2-w.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2-w.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-4-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2711-rpi-4-b.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-400.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2711-rpi-400.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-cm4.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2711-rpi-cm4.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-cm4s.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bcm2711-rpi-cm4s.dtb",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bootcode.bin",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/bootcode.bin",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/config.txt",
|
||||
"to": "mount://root/boot/efi/config.txt"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/config.txt",
|
||||
"to": "mount://root//boot/efi/config.txt"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup4.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4cd.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup4cd.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4db.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup4db.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4x.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup4x.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_cd.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup_cd.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_db.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup_db.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_x.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/fixup_x.dat",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/overlays",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/overlays",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/share/uboot/rpi_arm64/u-boot.bin",
|
||||
"to": "mount://root/boot/efi/rpi-u-boot.bin"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/share/uboot/rpi_arm64/u-boot.bin",
|
||||
"to": "mount://root//boot/efi/rpi-u-boot.bin"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start4.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4cd.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start4cd.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4db.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start4db.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4x.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start4x.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_cd.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start_cd.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_db.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start_db.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree///usr/lib/ostree-boot/efi/start_x.elf",
|
||||
"to": "mount://root//boot/efi/"
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_x.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue