[GENIMAGE] increase swap partition size

double the value, mostly to handle the partition expand of a bigger microSD with 'fatresize'
This commit is contained in:
Apaczer
2023-08-05 21:55:11 +02:00
parent 8791ad38c3
commit 543d6d4366

View File

@@ -66,7 +66,7 @@ image ${IMAGE_NAME:-miyoo-cfw-2.0.0.img} {
partition swap {
partition-type = 0x82
bootable = "false"
size = 128M
size = 256M
}
partition main {