Merge pull request #204 from cgwalters/enable-lvm
tier-1: Enable lvm dracut module
This commit is contained in:
commit
708de70bd5
|
|
@ -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
|
||||
|
|
@ -12,6 +12,7 @@ include:
|
|||
- user-experience.yaml
|
||||
- fwupd.yaml
|
||||
- persistent-journal.yaml
|
||||
- initramfs-full.yaml
|
||||
|
||||
packages:
|
||||
# Include and set the default editor
|
||||
|
|
|
|||
Loading…
Reference in New Issue