mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-09-02 14:30:46 +00:00
Merge pull request #258 from cgwalters/enable-crypt
tier-1: Enable dracut crypt module too
This commit is contained in:
commit
b8bfc88c37
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue