Skip to content

Commit

Permalink
Fix kernel patches
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Dec 2, 2023
1 parent 4efbfc4 commit fb29c96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ sed -i "/%define with_debug /c %define with_debug 0" "kernel.spec"

# Add our patches
sed -i "/Patch1:/a Patch2: t2linux-combined.patch" "kernel.spec"
sed -i "/ApplyOptionalPatch patch-%{patchversion}-redhat.patch/a ApplyOptionalPatch t2linux-combined.patch" "kernel.spec"

cat "linux-t2-patches/extra_config" > "kernel-local"
cat "linux-t2-patches"/*.patch > "t2linux-combined.patch"

0 comments on commit fb29c96

Please sign in to comment.