remove duplicate package
[openadk.git] / target / x86_64 / generic-x86_64 / genimage-efi-dual.cfg
blob7c82a0bcb852e94318b4b42186fda12c00a3d062
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   }
15   partition boot {
16     partition-type = 0xEF
17     image = "efi-part.vfat"
18   }
20   partition root1 {
21     partition-type = 0x83
22     image = "rootfs.ext"
23     size = 128M
24   }
26   partition root2 {
27     partition-type = 0x83
28     image = "rootfs.ext"
29     size = 128M
30   }
32   partition cfgfs {
33     partition-type = 0x88
34     image = "cfgfs.img"
35   }