package/x11r7/xdriver_xf86-video-siliconmotion: bump version to 1.7.9
[buildroot-gz.git] / board / pc / genimage-efi.cfg
blobec96d73dd19ea0e22eeb3e69b0960a4139863831
1 image efi-part.vfat {
2   vfat {
3     file startup.nsh {
4       image = "efi-part/startup.nsh"
5     }
6     file EFI {
7       image = "efi-part/EFI"
8     }
9     file bzImage {
10       image = "bzImage"
11     }
12   }
13   size = 16M
16 image disk.img {
18   hdimage {
19   }
21   partition boot {
22     partition-type = 0xEF
23     image = "efi-part.vfat"
24   }
26   partition root {
27     partition-type = 0x83
28     image = "rootfs.ext2"
29   }