initramfs: Also add kernel-modules

Not sure why these basic things are being dropped.
This commit is contained in:
Colin Walters 2023-09-21 19:59:57 -04:00
parent a7f1c3f97a
commit 9dae26959c
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ postprocess:
dracutmodules+=" tpm2-tss "
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