mirror of
https://github.com/coreos/fedora-coreos-config.git
synced 2026-02-05 09:45:30 +01:00
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
19 lines
533 B
YAML
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"
|