From 286c205f938d3dc4b041315357f2fb36648bab16 Mon Sep 17 00:00:00 2001 From: Tiara Lena Hock Date: Tue, 19 May 2026 13:27:57 +0200 Subject: [PATCH] Docs: Rework Readme Signed-off-by: Tiara Lena Hock --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) mode change 120000 => 100644 README.md diff --git a/README.md b/README.md deleted file mode 120000 index ae68a5d..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -docs/how-to/kernel-builds.md \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..606be1f --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Kernel Build + +The [package-linux](https://github.com/gardenlinux/package-linux) repository +contains the code for building the [kernel](https://www.kernel.org) in Garden +Linux. The build is based on +[the debian kernel build](https://salsa.debian.org/kernel-team/linux). + +Garden Linux includes the latest LTS version of the kernel. + +## Documentation + +To find out more about the kernel package, build process or Gardenlinux in +general, visit +[our kernel documentation](https://gardenlinux-docs.netlify.app/explanation/kernel) +on our [documentation hub](https://gardenlinux-docs.netlify.app/).