tier-1: drop redundant tier-0 symlinks
Instead of re-symlinking every tier-0 manifest, just include the tier-0 manifest directly. That way, rpm-ostree will already know to resolve its manifests within the tier-0 directory.
This commit is contained in:
parent
4e736cc6bb
commit
9410195760
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/autoupdates.yaml
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/basic-fixes.yaml
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/bootc-config.yaml
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/bootc.yaml
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/bootupd.yaml
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/group
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/grub2-removals.yaml
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/initramfs.yaml
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/manifest.yaml
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
recommends: true
|
recommends: true
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- manifest-tier-0.yaml
|
- ../tier-0/manifest.yaml
|
||||||
- bootable-rpm-ostree.yaml
|
- bootable-rpm-ostree.yaml
|
||||||
- podman.yaml
|
- podman.yaml
|
||||||
- firmware.yaml
|
- firmware.yaml
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/ostree.yaml
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/passwd
|
|
||||||
Loading…
Reference in New Issue