mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 13:32:42 +00:00
Add note about how to get patches added to kernel.spec applied
This commit is contained in:
parent
3263f4d06c
commit
2769231fde
1 changed files with 3 additions and 2 deletions
|
@ -138,8 +138,9 @@ git switch f28
|
||||||
picked up during the build automatically.
|
picked up during the build automatically.
|
||||||
|
|
||||||
.. Patches can also be kept in seperate files and added to `kernel.spec` with
|
.. Patches can also be kept in seperate files and added to `kernel.spec` with
|
||||||
`Patch2: foo.patch`, `Patch3: bar.patch`, etc. They should be applied
|
`Patch2: foo.patch`, `Patch3: bar.patch`, etc. Matching `ApplyOptionalPatch foo.patch`,
|
||||||
automatically during the build process.
|
`ApplyOptionalPatch bar.patch` lines must be added to apply the patches during
|
||||||
|
the build process.
|
||||||
|
|
||||||
.. To make your own modifications to the kernel source, retrieve the kernel
|
.. To make your own modifications to the kernel source, retrieve the kernel
|
||||||
sources for your current dist-git branch with `fedpkg sources`, then make
|
sources for your current dist-git branch with `fedpkg sources`, then make
|
||||||
|
|
Loading…
Reference in a new issue