distro/fedora: make the qcow2 5 GiB

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2023-06-05 16:01:03 +02:00 committed by Ondřej Budai
parent f5049c143c
commit b32e069f50

View file

@ -182,7 +182,7 @@ var (
},
kernelOptions: defaultKernelOptions,
bootable: true,
defaultSize: 2 * common.GibiByte,
defaultSize: 5 * common.GibiByte,
image: liveImage,
buildPipelines: []string{"build"},
payloadPipelines: []string{"os", "image", "qcow2"},