Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/explanation/kernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ Debian scans licenses and patches out everything
that violates the claim to stay 100% free. Since Garden Linux shares this
approach, we benefit from Debian patches.

Additionally, Debian provides a good kernel configuration,
Debian also provides a good kernel configuration,
which is used by Garden Linux as a base for configuration.
We extend this kernel configuration to our specific requirements during the
kernel integration process.

Furthermore, Debian kernel [patches](https://salsa.debian.org/kernel-team/linux/-/tree/master/debian/patches) are applied in most cases.
Debian kernel [patches](https://salsa.debian.org/kernel-team/linux/-/tree/master/debian/patches) are applied in most cases.

## Further reading

Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/kernel-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ A scheduled workflow scans a list of configured branches [see](https://github.co
The automation creates a PR if a new patch level is available.

:::warning
Note that build failures in this PR will not be visible in the way you are used to it.
Build failures in this PR will not be visible in the way you are used to it.
This is due to limitations on GitHub.
Always check the PR-related workflow manually before merge as it might well be that an upgrade of the kernel breaks the build.
[See this issue for more information if you are interested](https://github.com/gardenlinux/package-linux/issues/47).
Expand Down
Loading