Skip to content

Commit

Permalink
Merge pull request coreos#3533 from jlebon/pr/ignore-kernel-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon authored Mar 21, 2022
2 parents 8c29a04 + 47e465e commit 0c738fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/src/scripts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ static IGNORED_PKG_SCRIPTS: phf::Set<&'static str> = phf_set! {
// We take over depmod/dracut etc. It's `kernel` in C7 and kernel-core in F25+
"kernel.posttrans",
"kernel-core.posttrans",
"kernel-debug-core.posttrans",
// Additionally ignore posttrans scripts for the Oracle Linux `kernel-uek` package
"kernel-uek.posttrans",
// Legacy workaround
Expand Down

0 comments on commit 0c738fb

Please sign in to comment.