Skip to content

Commit

Permalink
Make sure required step is not skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
teacup-on-rockingchair committed Nov 9, 2023
1 parent f7113b3 commit 01b3bf7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
regexp: '\(^GRUB_CMDLINE_LINUX=".*\)noexec=?[^[:space:]]*\(.*"\)'
replace: '\1 \2'
when:
- argcheck is not skipped
- argcheck.rc == 0
- kexec_arch == "b64"

Expand Down

0 comments on commit 01b3bf7

Please sign in to comment.