mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +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>
15 lines
729 B
Markdown
15 lines
729 B
Markdown
# Recommended image content
|
|
|
|
The subdirectories here are recommended to be installed alongside
|
|
bootc in `/usr/share/doc/bootc/baseimage` - they act as reference
|
|
sources of content.
|
|
|
|
- [base](base): At the current time the content here is effectively
|
|
a hard requirement. It's not much, just an ostree configuration
|
|
enabling composefs, plus the default `sysroot` directory (which
|
|
may go away in the future) and the `ostree` symlink into `sysroot`.
|
|
- [dracut](dracut): Default/basic dracut configuration; at the current
|
|
time this basically just enables ostree in the initramfs.
|
|
- [systemd](systemd): Optional configuration for systemd, currently
|
|
this has configuration for kernel-install enabling rpm-ostree integration.
|