remove duplicate package
[openadk.git] / target / x86_64 / qemu-x86_64 / genimage-efi.cfg
blobc7fa9a2c3bb189664558609b4a0fcf83b5150ff9
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 root {
24     partition-type-uuid = 44479540-f297-41b2-9af7-d131d5f0458a
25     image = "rootfs.ext"
26   }
28   partition cfgfs {
29     partition-type-uuid = 44479540-f297-41b2-9af7-d131d5f0458a
30     image = "cfgfs.img"
31   }