Skip to content

Commit

Permalink
Merge pull request #353 from aafeijoo-suse/SLE-15-SP5_Update-bsc1226529
Browse files Browse the repository at this point in the history
feat(crypt): force the inclusion of crypttab entries with x-initrd.attach (bsc#1226529) (SLE15-SP5:Update)
  • Loading branch information
aafeijoo-suse authored Jul 2, 2024
2 parents e58016a + ed44e87 commit 70c21af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/90crypt/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ install() {
forceentry=""
while [ $# -gt 0 ]; do
case $1 in
force)
force | x-initrd.attach)
forceentry="yes"
break
;;
Expand Down

0 comments on commit 70c21af

Please sign in to comment.