diff --git a/tier-1/initramfs-full.yaml b/tier-1/initramfs-full.yaml new file mode 100644 index 0000000..3288489 --- /dev/null +++ b/tier-1/initramfs-full.yaml @@ -0,0 +1,8 @@ +# Configuration for the "tier-1" initramfs +postprocess: + - | + #!/usr/bin/env bash + mkdir -p /usr/lib/dracut/dracut.conf.d + cat > /usr/lib/dracut/dracut.conf.d/30-bootc-tier-1.conf << 'EOF' + dracutmodules+=" lvm " + EOF diff --git a/tier-1/manifest.yaml b/tier-1/manifest.yaml index de6afd5..b7143ff 100644 --- a/tier-1/manifest.yaml +++ b/tier-1/manifest.yaml @@ -12,6 +12,7 @@ include: - user-experience.yaml - fwupd.yaml - persistent-journal.yaml + - initramfs-full.yaml packages: # Include and set the default editor