mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Increase initial boot and rootfs partition sizes
This commit is contained in:
@@ -10,7 +10,7 @@ image boot.vfat {
|
|||||||
"Image"
|
"Image"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
size = 32M
|
size = 96M
|
||||||
}
|
}
|
||||||
|
|
||||||
image sdcard.img {
|
image sdcard.img {
|
||||||
|
@@ -472,7 +472,7 @@ BR2_PACKAGE_VIM=y
|
|||||||
BR2_TARGET_ROOTFS_EXT2=y
|
BR2_TARGET_ROOTFS_EXT2=y
|
||||||
BR2_TARGET_ROOTFS_EXT2_4=y
|
BR2_TARGET_ROOTFS_EXT2_4=y
|
||||||
BR2_TARGET_ROOTFS_EXT2_LABEL="rootfs1"
|
BR2_TARGET_ROOTFS_EXT2_LABEL="rootfs1"
|
||||||
BR2_TARGET_ROOTFS_EXT2_SIZE="2527M"
|
BR2_TARGET_ROOTFS_EXT2_SIZE="4000M"
|
||||||
BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS="-O 64bit -U c0932a41-44cf-463b-8152-d43188553ed4"
|
BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS="-O 64bit -U c0932a41-44cf-463b-8152-d43188553ed4"
|
||||||
# BR2_TARGET_ROOTFS_TAR is not set
|
# BR2_TARGET_ROOTFS_TAR is not set
|
||||||
BR2_PACKAGE_HOST_CMAKE=y
|
BR2_PACKAGE_HOST_CMAKE=y
|
||||||
|
Reference in New Issue
Block a user