diff --git a/onie-image-arm64.conf b/onie-image-arm64.conf index c0cabff2a6..d70e9a5266 100644 --- a/onie-image-arm64.conf +++ b/onie-image-arm64.conf @@ -37,7 +37,7 @@ OUTPUT_ONIE_IMAGE=target/sonic-$TARGET_MACHINE.bin OUTPUT_RAW_IMAGE=target/sonic-$TARGET_MACHINE.raw ## Raw image size in MB -RAW_IMAGE_DISK_SIZE=3072 +RAW_IMAGE_DISK_SIZE=4096 ## Output file name for kvm image OUTPUT_KVM_IMAGE=target/sonic-$TARGET_MACHINE.img diff --git a/onie-image-armhf.conf b/onie-image-armhf.conf index 39e8936632..5ba7a3b19e 100644 --- a/onie-image-armhf.conf +++ b/onie-image-armhf.conf @@ -37,7 +37,7 @@ OUTPUT_ONIE_IMAGE=target/sonic-$TARGET_MACHINE.bin OUTPUT_RAW_IMAGE=target/sonic-$TARGET_MACHINE.raw ## Raw image size in MB -RAW_IMAGE_DISK_SIZE=3072 +RAW_IMAGE_DISK_SIZE=4096 ## Output file name for kvm image OUTPUT_KVM_IMAGE=target/sonic-$TARGET_MACHINE.img diff --git a/onie-image.conf b/onie-image.conf index 73deded202..4efd0d8af9 100644 --- a/onie-image.conf +++ b/onie-image.conf @@ -37,7 +37,7 @@ OUTPUT_ONIE_IMAGE=target/sonic-$TARGET_MACHINE.bin OUTPUT_RAW_IMAGE=target/sonic-$TARGET_MACHINE.raw ## Raw image size in MB -RAW_IMAGE_DISK_SIZE=3072 +RAW_IMAGE_DISK_SIZE=4096 ## Output file name for kvm image OUTPUT_KVM_IMAGE=target/sonic-$TARGET_MACHINE.img