Merge pull request #258 from cgwalters/enable-crypt

tier-1: Enable dracut crypt module too
This commit is contained in:
Colin Walters 2024-02-05 09:26:57 -05:00 committed by GitHub
commit b8bfc88c37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ 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 "
dracutmodules+=" lvm crypt "
EOF