StarOpenSource's fast server-oriented kernel used on StarOpenSource's infrastructure
This repository has been archived on 2024-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2024-05-26 19:22:24 +02:00
.gitignore Update .gitignore (no longer needs manual updates) 2024-03-11 00:17:44 +01:00
buildtool.sh Merge branch 'develop' of https://git.staropensource.de/JeremyStarTM/kernel-optimized into JeremyStarTM-develop 2024-03-15 02:39:13 +01:00
cleantool.sh Fix cleantool.sh 2024-03-12 19:30:56 +01:00
kconfig Merge branch 'develop' of https://git.staropensource.de/JeremyStarTM/kernel-optimized into JeremyStarTM-develop 2024-03-15 02:39:13 +01:00
LICENSE Added missing license (oops) 2024-03-10 21:43:33 +01:00
linux.install Update post install message 2024-03-11 16:23:15 +01:00
PKGBUILD Merge branch 'develop' of https://git.staropensource.de/JeremyStarTM/kernel-optimized into JeremyStarTM-develop 2024-03-15 02:39:13 +01:00
PKGBUILD.buildtool Merge branch 'develop' of https://git.staropensource.de/JeremyStarTM/kernel-optimized into JeremyStarTM-develop 2024-03-15 02:39:13 +01:00
README.md Deprecated 2024-05-26 19:22:24 +02:00

DEPRECATED

We use upstream from now on, it pretty much makes no difference except for a few MiB's less.

StarOpenSource's server-kernel project

This repositories includes everything you need to build StarOpenSource's server-oriented linux kernel, based on Clear Linux's kernel patches and various other tweaks introduced by us and upstream (JeremyStarTM).

Warning

As with every other software, make sure to update your kernel regularily. Missing updates and security patches make your system vulnerable. So run git pull and then buildtool.sh regularily, thank you ^^

Building

To build this kernel, run this command in your terminal:

curl -sSL "https://git.staropensource.de/StarOpenSource/server-kernel/raw/branch/develop/buildtool.sh">/tmp/buildtool.sh;chmod +x /tmp/buildtool.sh;/tmp/buildtool.sh

Building from local repository

If you've already built this kernel or want to build it again without starting from scratch execute this:

env BUILDTOOL_LOCALDIR=SET ./buildtool.sh

Cleaning repository

To remove everything makepkg produced, simply run:

./cleantool.sh