Update genimage.config

This commit is contained in:
Pascal Vizeli 2018-03-19 22:22:14 +01:00 committed by GitHub
parent 9adbc8f970
commit e217ccf3aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,15 +3,19 @@ image boot.vfat {
files = { files = {
"bzImage" "bzImage"
} }
file EFI/BOOT/BOOTx64.EFI {
image = "barebox.bin"
}
} }
size = 64M size = 32M
} }
image overlay.ext4 { image overlay.ext4 {
ext4 { ext4 {
label = "overlay" label = "overlay"
} }
size = 128M size = 64M
} }
image data.ext4 { image data.ext4 {
@ -31,13 +35,13 @@ image sdcard.img {
image = "boot.vfat" image = "boot.vfat"
} }
partition root-a { partition root0 {
partition-type = 0x83 partition-type = 0x83
image = "rootfs.squashfs" image = "rootfs.squashfs"
size = 256M size = 256M
} }
partition root-b { partition root1 {
partition-type = 0x83 partition-type = 0x83
size = 256M size = 256M
} }