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

manifests: drop outdated comments

We removed `opt-usrlocal: var` and `machineid-compat: false` in fa35ca7.
This commit is contained in:
Dusty Mabe
2025-12-16 16:42:07 -05:00
parent 43b986d215
commit bcbc5552aa

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