Skip to content

Commit

Permalink
[build]: increase raw image disk size to 3GB
Browse files Browse the repository at this point in the history
Signed-off-by: Guohan Lu <lguohan@gmail.com>
  • Loading branch information
lguohan committed May 11, 2020
1 parent 286aa35 commit cbe948e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions onie-image-arm64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FILESYSTEM_SQUASHFS=fs.squashfs
## Filename for onie installer payload, will be the main part of onie installer
ONIE_INSTALLER_PAYLOAD=fs.zip

## Filename for docker file system
## Filename for docker file system
FILESYSTEM_DOCKERFS=dockerfs.tar.gz

## docker directory on the root filesystem
Expand All @@ -34,7 +34,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=2048
RAW_IMAGE_DISK_SIZE=3072

## Output file name for kvm image
OUTPUT_KVM_IMAGE=target/sonic-$TARGET_MACHINE.img
Expand Down
4 changes: 2 additions & 2 deletions onie-image-armhf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FILESYSTEM_SQUASHFS=fs.squashfs
## Filename for onie installer payload, will be the main part of onie installer
ONIE_INSTALLER_PAYLOAD=fs.zip

## Filename for docker file system
## Filename for docker file system
FILESYSTEM_DOCKERFS=dockerfs.tar.gz

## docker directory on the root filesystem
Expand All @@ -34,7 +34,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=2048
RAW_IMAGE_DISK_SIZE=3072

## Output file name for kvm image
OUTPUT_KVM_IMAGE=target/sonic-$TARGET_MACHINE.img
Expand Down
4 changes: 2 additions & 2 deletions onie-image.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FILESYSTEM_SQUASHFS=fs.squashfs
## Filename for onie installer payload, will be the main part of onie installer
ONIE_INSTALLER_PAYLOAD=fs.zip

## Filename for docker file system
## Filename for docker file system
FILESYSTEM_DOCKERFS=dockerfs.tar.gz

## docker directory on the root filesystem
Expand All @@ -34,7 +34,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=2048
RAW_IMAGE_DISK_SIZE=3072

## Output file name for kvm image
OUTPUT_KVM_IMAGE=target/sonic-$TARGET_MACHINE.img
Expand Down

0 comments on commit cbe948e

Please sign in to comment.