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..7f5d69d --- /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 out [documentation hub](https://gardenlinux-docs.netlify.app/).