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

tree: import changes from testing-devel at d724e63e59

This commit is contained in:
CoreOS Bot
2026-01-21 17:48:27 +00:00
parent 9dad9c799a
commit b9e1ee1793
2 changed files with 14 additions and 47 deletions

View File

@@ -6,22 +6,25 @@
# 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
# Disable networking by default on firstboot. We can drop this once cosa stops
# defaulting to `ip=auto rd.neednet=1` when it doesn't see this key.
ignition-network-kcmdline: []
# Optional remote by which to prefix the deployed OSTree ref
ostree-remote: fedora
vmware-os-type: fedora64Guest
# 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 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
@@ -40,5 +43,3 @@ container-imgref: "ostree-image-signed:docker://quay.io/fedora/fedora-coreos:{st
# 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"
include: image-default.yaml

View File

@@ -1,34 +0,0 @@
# This file contains defaults for image.yaml and historically lived in
# coreos-assembler.
# related: https://github.com/osbuild/bootc-image-builder/pull/932
bootfs: "ext4"
rootfs: "xfs"
# Add arguments here that will be passed to e.g. mkfs.xfs
rootfs-args: ""
# Set to "true" to enable composefs
composefs: false
# Additional default kernel arguments injected into disk images
extra-kargs: []
# Can also be oci-chunked
ostree-format: oci-chunked-v1
# Inject io.openshift.build.version-display-names for OpenShift CVO
ostree-container-inject-openshift-cvo-labels: false
# Set this to a target container reference, e.g. ostree-unverified-registry:quay.io/example/os:latest
# container-imgref: ""
# Format used when generating a squashfs image. Can also be e.g. gzip or lz4
squashfs-compression: zstd
# 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"