Skip to content

Commit

Permalink
[image]: increase raw disk size to 2G for raw image (#3228)
Browse files Browse the repository at this point in the history
Signed-off-by: Guohan Lu <gulv@microsoft.com>
  • Loading branch information
lguohan authored Jul 29, 2019
1 parent a5de31b commit 2b47567
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion onie-image-arm64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion onie-image-armhf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion onie-image.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b47567

Please sign in to comment.