initramfs: Enable more dracut modules
These get pulled in by something else it seems in larger images...
This commit is contained in:
parent
d6c5c14f38
commit
6a19fc44a9
|
|
@ -11,4 +11,6 @@ postprocess:
|
|||
# We want this for systemd-cryptsetup tpm2 locking
|
||||
dracutmodules+=" tpm2-tss "
|
||||
EOF
|
||||
|
||||
cat > /usr/lib/dracut/dracut.conf.d/01-sagano-base.conf << 'EOF'
|
||||
dracutmodules+=" systemd-initrd base "
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Reference in New Issue