distro/fedora: make the qcow2 5 GiB
Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
f5049c143c
commit
b32e069f50
1 changed files with 1 additions and 1 deletions
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue