Merge branch 'add-kernel-modules' into 'main'
initramfs: Also add kernel-modules See merge request CentOS/cloud/sagano!26
This commit is contained in:
commit
d862f5d27e
|
|
@ -12,5 +12,5 @@ postprocess:
|
||||||
dracutmodules+=" tpm2-tss "
|
dracutmodules+=" tpm2-tss "
|
||||||
EOF
|
EOF
|
||||||
cat > /usr/lib/dracut/dracut.conf.d/01-sagano-base.conf << 'EOF'
|
cat > /usr/lib/dracut/dracut.conf.d/01-sagano-base.conf << 'EOF'
|
||||||
dracutmodules+=" systemd-initrd base "
|
dracutmodules+=" kernel-modules dracut-systemd systemd-initrd base "
|
||||||
EOF
|
EOF
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue