Merge branch 'initramfs-fixes' into 'main'
initramfs: Enable more dracut modules See merge request CentOS/cloud/sagano!24
This commit is contained in:
commit
f0344db026
|
|
@ -11,4 +11,6 @@ postprocess:
|
||||||
# We want this for systemd-cryptsetup tpm2 locking
|
# We want this for systemd-cryptsetup tpm2 locking
|
||||||
dracutmodules+=" tpm2-tss "
|
dracutmodules+=" tpm2-tss "
|
||||||
EOF
|
EOF
|
||||||
|
cat > /usr/lib/dracut/dracut.conf.d/01-sagano-base.conf << 'EOF'
|
||||||
|
dracutmodules+=" systemd-initrd base "
|
||||||
|
EOF
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue