Skip to content

Commit

Permalink
scripts: Also ignore kernel-debug-core.posttrans
Browse files Browse the repository at this point in the history
For the same reasons as `kernel.posttrans` mentioned in the comment
block above.
  • Loading branch information
jlebon committed Mar 21, 2022
1 parent 5bda174 commit 47e465e
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 47e465e

Please sign in to comment.