From 2b47567a7ccba36f1f5c92e1c958f7a90f08f3b0 Mon Sep 17 00:00:00 2001 From: lguohan Date: Mon, 29 Jul 2019 15:28:55 -0700 Subject: [PATCH] [image]: increase raw disk size to 2G for raw image (#3228) Signed-off-by: Guohan Lu --- onie-image-arm64.conf | 2 +- onie-image-armhf.conf | 2 +- onie-image.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/onie-image-arm64.conf b/onie-image-arm64.conf index 8c6a65399..f14e5602c 100644 --- a/onie-image-arm64.conf +++ b/onie-image-arm64.conf @@ -31,7 +31,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=1024 +RAW_IMAGE_DISK_SIZE=2048 ## 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 e1763add8..0d816e4a8 100644 --- a/onie-image-armhf.conf +++ b/onie-image-armhf.conf @@ -31,7 +31,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=1024 +RAW_IMAGE_DISK_SIZE=2048 ## 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 1d7c6f1e8..868a2aa52 100644 --- a/onie-image.conf +++ b/onie-image.conf @@ -31,7 +31,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=1024 +RAW_IMAGE_DISK_SIZE=2048 ## Output file name for kvm image OUTPUT_KVM_IMAGE=target/sonic-$TARGET_MACHINE.img