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 13a1fd7d83

This commit is contained in:
CoreOS Bot
2025-12-17 18:20:04 +00:00
parent ab3ed69c58
commit 092bb4b364
6 changed files with 12 additions and 6 deletions

View File

@@ -5,7 +5,6 @@ postprocess:
# This is the historical default and what FCOS currently ships. fedora-bootc
# uses the new `root` value, but migrating FCOS is not that simple...
# https://coreos.github.io/rpm-ostree/treefile/#experimental-options
# We can nuke `opt-usrlocal: var` above once this is the only path we support.
- |
#!/usr/bin/env bash
set -xeuo pipefail
@@ -22,8 +21,6 @@ postprocess:
# the future... For more details, see
# https://github.com/CentOS/centos-bootc/issues/167
# https://coreos.github.io/rpm-ostree/treefile/#experimental-options
# We can nuke `machineid-compat: false` above once we only support the
# container-native path.
- |
#!/usr/bin/env bash
set -xeuo pipefail

View File

@@ -17,7 +17,7 @@ include:
- networking-tools.yaml
- user-experience.yaml
- shared-el.yaml
- coreos-bootc-minimal-plus.yaml
- coreos-bootc-delta.yaml
ostree-layers:
- overlay/05core

View File

@@ -43,6 +43,7 @@ conditional-include:
ostree-layers:
- overlay/15fcos
- overlay/17fcos-container-signing
- overlay/18sshd-authorized-keys-file
packages:
- fedora-release-coreos

View File

@@ -33,8 +33,6 @@ packages:
# Boost starving threads
# https://github.com/coreos/fedora-coreos-tracker/issues/753
- stalld
# Ignition aware SSH key management
- ssh-key-dir
postprocess:
# Mask systemd-repart. Ignition is responsible for partition setup on first

View File

@@ -0,0 +1,2 @@
# Also accept keys configured by Ignition and Afterburn
AuthorizedKeysFile=.ssh/authorized_keys .ssh/authorized_keys.d/*

View File

@@ -46,6 +46,14 @@ here in a separate overlay to make it easy to include on specific
streams for the time being. Eventually can probably put this in
15fcos.
18sshd-authorized-keys-file
---------------------------
Configuration to have OpenSSH read authorized keys from files in
`~/.ssh/authorized_keys.d/*` in addition to `~/.ssh/authorized_keys` (default).
We can drop this overlay once we have moved this configuration file to be
installed alongside the Afterburn and Ignition packages.
20platform-chrony
-----------------