Merge pull request #204 from cgwalters/enable-lvm

tier-1: Enable lvm dracut module
This commit is contained in:
Colin Walters 2024-01-25 10:45:58 -05:00 committed by GitHub
commit 708de70bd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -12,6 +12,7 @@ include:
- user-experience.yaml
- fwupd.yaml
- persistent-journal.yaml
- initramfs-full.yaml
packages:
# Include and set the default editor