minimal: Require kernel.yaml
We have a legacy of trying to support using e.g. kernel-rt. But it adds complexity in the inheritance because minimal/manifest.yaml isn't standalone, it also needs a kernel. As part of custom base images I want to simplify this. In order to use kernel-rt, we'll just say that you build a minimal base, and then swap to kernel-rt as a secondary step for now. Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
parent
09c902e1fc
commit
1c6bb7f917
|
|
@ -5,4 +5,3 @@ metadata:
|
||||||
include:
|
include:
|
||||||
- fedora-generic.yaml
|
- fedora-generic.yaml
|
||||||
- tier-1/manifest.yaml
|
- tier-1/manifest.yaml
|
||||||
- tier-1/kernel.yaml
|
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,3 @@ metadata:
|
||||||
include:
|
include:
|
||||||
- fedora-generic.yaml
|
- fedora-generic.yaml
|
||||||
- minimal/manifest.yaml
|
- minimal/manifest.yaml
|
||||||
- minimal/kernel.yaml
|
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,3 @@ metadata:
|
||||||
include:
|
include:
|
||||||
- fedora-generic.yaml
|
- fedora-generic.yaml
|
||||||
- tier-x/manifest.yaml
|
- tier-x/manifest.yaml
|
||||||
- tier-x/kernel.yaml
|
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ remove-from-packages:
|
||||||
- [systemd-udev, /usr/lib/systemd/system-generators/systemd-gpt-auto-generator]
|
- [systemd-udev, /usr/lib/systemd/system-generators/systemd-gpt-auto-generator]
|
||||||
|
|
||||||
include:
|
include:
|
||||||
|
- kernel.yaml
|
||||||
- postprocess-conf.yaml
|
- postprocess-conf.yaml
|
||||||
- bootc.yaml
|
- bootc.yaml
|
||||||
- bootupd.yaml
|
- bootupd.yaml
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/kernel.yaml
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/kernel.yaml
|
|
||||||
Loading…
Reference in New Issue