Skip to content

Commit 00f470d

Browse files
committed
fix: lower disk size for test config
Signed-off-by: Lennard Gäher <l.gaeher@posteo.de>
1 parent fcd505b commit 00f470d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

confidential-vms/linux_vm/configurations/qemu_riscv64_virt_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ BR2_TARGET_ROOTFS_EXT2=y
3434
BR2_TARGET_ROOTFS_EXT2_2=n
3535
BR2_TARGET_ROOTFS_EXT2_3=n
3636
BR2_TARGET_ROOTFS_EXT2_4=y
37-
BR2_TARGET_ROOTFS_EXT2_SIZE="5G"
37+
BR2_TARGET_ROOTFS_EXT2_SIZE="1G"
3838

3939
# Kernel
4040
BR2_LINUX_KERNEL=y

0 commit comments

Comments
 (0)