mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-20 21:11:22 +01:00
Increase initial boot and rootfs partition sizes
This commit is contained in:
parent
40d4f26f9f
commit
2cc9d46752
@ -10,7 +10,7 @@ image boot.vfat {
|
||||
"Image"
|
||||
}
|
||||
}
|
||||
size = 32M
|
||||
size = 96M
|
||||
}
|
||||
|
||||
image sdcard.img {
|
||||
|
@ -472,7 +472,7 @@ BR2_PACKAGE_VIM=y
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
BR2_TARGET_ROOTFS_EXT2_4=y
|
||||
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_TAR is not set
|
||||
BR2_PACKAGE_HOST_CMAKE=y
|
||||
|
Loading…
Reference in New Issue
Block a user