1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-05 09:45:30 +01:00
Files
fedora-coreos-config/image-base.yaml

46 lines
1.5 KiB
YAML

# This file is shared by all streams. For a stream-specific change, use
# image.yaml instead.
# Target disk size in GB.
# Make it at least 10G because we want the rootfs to be at least 8G:
# https://github.com/coreos/fedora-coreos-tracker/issues/586
size: 10
# Additional default kernel arguments injected into disk images
extra-kargs:
# Disable SMT on systems vulnerable to MDS or any similar future issue.
- mitigations=auto,nosmt
# VMware OVA settings.
## VMware hardware versions: https://kb.vmware.com/s/article/1003746
## We use the newest version allowed by the oldest non-EOL VMware
## Workstation/Player/Fusion/ESXi release: https://lifecycle.vmware.com/
vmware-hw-version: 17
## Identify as Fedora 64 bit Guest
vmware-os-type: fedora64Guest
## Enable SecureBoot by default
vmware-secure-boot: true
# AWS AMI Settings.
aws-imdsv2-only: true
aws-volume-type: "gp3"
aws-x86-boot-mode: "uefi-preferred"
compressor: xz
platform-compressor:
# On Windows, it's the only compression tool we can rely on.
hyperv: zip
# On macOS, it's the only compression tool we can rely on.
applehv: gzip
# For DigitalOcean you can upload a qcow2 compressed in either gzip or bzip2
# https://docs.digitalocean.com/products/custom-images/how-to/upload/
digitalocean: gzip
# Set container-imgref
container-imgref: "ostree-image-signed:docker://quay.io/fedora/fedora-coreos:{stream}"
# Enable 'erofs' by default for the rootfs in the Live ISO/PXE artifacts
live-rootfs-fstype: "erofs"
live-rootfs-fsoptions: "-zlzma,level=6 -Efragments -C1048576 --quiet"