From bed2450644cf7fd6bfc5d6db52272d77a99f745e Mon Sep 17 00:00:00 2001 From: Wojciech Ozga Date: Fri, 9 Aug 2024 09:00:00 -0500 Subject: [PATCH] Decreased the size of test VM images by reducing the rootfs filesystem size Signed-off-by: Wojciech Ozga --- .../linux_vm/configurations/qemu_riscv64_virt_defconfig | 4 ++-- hypervisor/configurations/qemu_riscv64_virt_defconfig | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/confidential-vms/linux_vm/configurations/qemu_riscv64_virt_defconfig b/confidential-vms/linux_vm/configurations/qemu_riscv64_virt_defconfig index b0671604..a4f49ef5 100644 --- a/confidential-vms/linux_vm/configurations/qemu_riscv64_virt_defconfig +++ b/confidential-vms/linux_vm/configurations/qemu_riscv64_virt_defconfig @@ -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 @@ -77,4 +77,4 @@ BR2_PER_PACKAGE_DIRECTORIES=y BR2_VERBOSE=0 -BR2_PACKAGE_NVME=y \ No newline at end of file +BR2_PACKAGE_NVME=y diff --git a/hypervisor/configurations/qemu_riscv64_virt_defconfig b/hypervisor/configurations/qemu_riscv64_virt_defconfig index d4d33e73..7c8fe4d5 100644 --- a/hypervisor/configurations/qemu_riscv64_virt_defconfig +++ b/hypervisor/configurations/qemu_riscv64_virt_defconfig @@ -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