mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
Added a kernel-install configuration that enables the rpm-ostree integration. The second configuration file sets the Journal to persistent as on bootc systems /var is empty by default and systemd by default enables persistent journaling on the presence of /var/log/journal. Signed-off-by: Joseph Marrero Corchado <jmarrero@redhat.com>
6 lines
222 B
Plaintext
6 lines
222 B
Plaintext
# kernel-install will not try to run dracut and allow rpm-ostree to
|
|
# take over. Rpm-ostree will use this to know that it is responsible
|
|
# to run dracut and ensure that there is only one kernel in the image
|
|
layout=ostree
|
|
|