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-default.yaml
Dusty Mabe 5ebaad1e6d image-default: rm bootfs,rootfs,rootfs-args,composefs settings
These basically stopped being used once we switched to OSBuild and
any coded use of them got deleted when create_disk.sh got removed [1].

[1] d37958af3d
2026-01-21 12:37:40 -05:00

19 lines
533 B
YAML

# This file contains defaults for image.yaml and historically lived in
# coreos-assembler.
# Additional default kernel arguments injected into disk images
extra-kargs: []
# Set this to a target container reference, e.g. ostree-unverified-registry:quay.io/example/os:latest
# container-imgref: ""
# Defaults for VMware OVA, matching historical behavior
vmware-hw-version: 13
vmware-os-type: rhel7_64Guest
vmware-secure-boot: true
# Defaults for AWS
aws-imdsv2-only: true
aws-volume-type: "gp3"
aws-x86-boot-mode: "uefi-preferred"