19 lines
424 B
Plaintext
19 lines
424 B
Plaintext
summary: Build Workstation live image
|
|
discover:
|
|
how: fmf
|
|
environment:
|
|
image_type: iso
|
|
image_profile: Workstation-Live
|
|
kiwi_file: Fedora.kiwi
|
|
execute:
|
|
how: tmt
|
|
provision:
|
|
how: artemis
|
|
hardware:
|
|
cpu:
|
|
# Add more CPUs to make mksquashfs faster
|
|
processors: ">= 8"
|
|
disk:
|
|
# Increase disk size for better IO performance
|
|
- size: '>=500 GiB'
|