linux: update to 6.10.x, 6.9.x is EOL
[openadk.git] / target / x86_64 / qemu-x86_64 / genimage-efi-dual.cfg
blobff3cb08d22599e7fe37fea7bb5549fc6667f8365
1 image efi-part.vfat {
2   vfat {
3     file EFI {
4       image = "efi-part/EFI"
5     }
6   }
7   size = 32M
10 image disk.img {
12   hdimage {
13     partition-table-type = "gpt"
14   }
16   partition boot {
17     image = "efi-part.vfat"
18     partition-type-uuid = U
19     offset = 32K
20     bootable = true
21   }
23   partition root1 {
24     partition-type-uuid = 44479540-f297-41b2-9af7-d131d5f0458a
25     image = "rootfs.ext"
26     size = 128M
27   }
29   partition root2 {
30     partition-type-uuid = 44479540-f297-41b2-9af7-d131d5f0458a
31     image = "rootfs.ext"
32     size = 128M
33   }
35   partition cfgfs {
36     partition-type-uuid = 44479540-f297-41b2-9af7-d131d5f0458a
37     image = "cfgfs.img"
38   }