mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
[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:
@@ -66,7 +66,7 @@ image ${IMAGE_NAME:-miyoo-cfw-2.0.0.img} {
|
|||||||
partition swap {
|
partition swap {
|
||||||
partition-type = 0x82
|
partition-type = 0x82
|
||||||
bootable = "false"
|
bootable = "false"
|
||||||
size = 128M
|
size = 256M
|
||||||
}
|
}
|
||||||
|
|
||||||
partition main {
|
partition main {
|
||||||
|
|||||||
Reference in New Issue
Block a user