Skip to content

Commit

Permalink
common.yaml: re-order system-configuration in manifest includes
Browse files Browse the repository at this point in the history
This was part of upstream commit [1]. The masking of systemd-repart
needs to happen before everything in /etc/systemd/system gets deleted,
which happens in ignition-and-ostree.yaml.

[1] coreos/fedora-coreos-config@402055a
  • Loading branch information
dustymabe committed May 10, 2023
1 parent 9ccf944 commit 287067c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# We inherit from Fedora CoreOS' base configuration
include:
- fedora-coreos-config/manifests/system-configuration.yaml
- fedora-coreos-config/manifests/ignition-and-ostree.yaml
- fedora-coreos-config/manifests/file-transfer.yaml
- fedora-coreos-config/manifests/networking-tools.yaml
- fedora-coreos-config/manifests/system-configuration.yaml
- fedora-coreos-config/manifests/user-experience.yaml
- fedora-coreos-config/manifests/shared-workarounds.yaml
- fedora-coreos-config/manifests/shared-el9.yaml
Expand Down

0 comments on commit 287067c

Please sign in to comment.