Skip to content

Commit

Permalink
Decreased the size of test VM images by reducing the rootfs filesyste…
Browse files Browse the repository at this point in the history
…m size

Signed-off-by: Wojciech Ozga <woz@zurich.ibm.com>
  • Loading branch information
wojciechozga committed Aug 9, 2024
1 parent e607b6d commit bed2450
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ BR2_ROOTFS_OVERLAY=""
BR2_TARGET_ROOTFS_EXT2_2=n
BR2_TARGET_ROOTFS_EXT2_3=n
BR2_TARGET_ROOTFS_EXT2_4=y
BR2_TARGET_ROOTFS_EXT2_SIZE="5G"
BR2_TARGET_ROOTFS_EXT2_SIZE="1G"

# Kernel
BR2_LINUX_KERNEL=y
Expand Down Expand Up @@ -77,4 +77,4 @@ BR2_PER_PACKAGE_DIRECTORIES=y
BR2_VERBOSE=0


BR2_PACKAGE_NVME=y
BR2_PACKAGE_NVME=y
2 changes: 1 addition & 1 deletion hypervisor/configurations/qemu_riscv64_virt_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ BR2_ROOTFS_OVERLAY=""
BR2_TARGET_ROOTFS_EXT2_2=n
BR2_TARGET_ROOTFS_EXT2_3=n
BR2_TARGET_ROOTFS_EXT2_4=y
BR2_TARGET_ROOTFS_EXT2_SIZE="5G"
BR2_TARGET_ROOTFS_EXT2_SIZE="2G"

# Kernel
BR2_LINUX_KERNEL=y
Expand Down

0 comments on commit bed2450

Please sign in to comment.