Skip to content

Commit

Permalink
Merge pull request #349 from aafeijoo-suse/059-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)
  • Loading branch information
aafeijoo-suse authored Jul 2, 2024
2 parents cf68881 + ff12ca6 commit 20b345b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -142,7 +142,7 @@ install() {
forceentry=""
while [ $# -gt 0 ]; do
case $1 in
force)
force | x-initrd.attach)
forceentry="yes"
break
;;
Expand Down
1 change: 1 addition & 0 deletions suse/README.susemaint
Original file line number Diff line number Diff line change
Expand Up @@ -372,4 +372,5 @@ b5a35f9d feat(zfcp_rules): remove zfcp handling consolidated in s390-tools
2d8fa8be refactor(ifcfg): delete code duplication using iface_get_subchannels()
457e66e6 feat(ifcfg): minimize s390-specific network configuration aspects
3fd43858 fix(mdraid): try to assemble the missing raid device
61ab3386 feat(crypt): force the inclusion of crypttab entries with x-initrd.attach

0 comments on commit 20b345b

Please sign in to comment.