Update genimage.config
This commit is contained in:
@@ -3,15 +3,19 @@ image boot.vfat {
|
||||
files = {
|
||||
"bzImage"
|
||||
}
|
||||
|
||||
file EFI/BOOT/BOOTx64.EFI {
|
||||
image = "barebox.bin"
|
||||
}
|
||||
}
|
||||
size = 64M
|
||||
size = 32M
|
||||
}
|
||||
|
||||
image overlay.ext4 {
|
||||
ext4 {
|
||||
label = "overlay"
|
||||
}
|
||||
size = 128M
|
||||
size = 64M
|
||||
}
|
||||
|
||||
image data.ext4 {
|
||||
@@ -31,13 +35,13 @@ image sdcard.img {
|
||||
image = "boot.vfat"
|
||||
}
|
||||
|
||||
partition root-a {
|
||||
partition root0 {
|
||||
partition-type = 0x83
|
||||
image = "rootfs.squashfs"
|
||||
size = 256M
|
||||
}
|
||||
|
||||
partition root-b {
|
||||
partition root1 {
|
||||
partition-type = 0x83
|
||||
size = 256M
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user