linux58-tkg: Update readme
This commit is contained in:
parent
2a56141bbf
commit
0d144b2590
@ -24,13 +24,40 @@ You can enable support for it at the beginning of the PKGBUILD file. Make sure t
|
|||||||
- CFS tweaks
|
- CFS tweaks
|
||||||
- using yeah TCP congestion algo by default
|
- using yeah TCP congestion algo by default
|
||||||
- using cake network queue management system
|
- using cake network queue management system
|
||||||
- using vm.max_map_count=262144 by default
|
- using vm.max_map_count=524288 by default
|
||||||
- cherry-picked clear linux patches
|
- cherry-picked clear linux patches
|
||||||
- **optional** overrides for missing ACS capabilities
|
- **optional** overrides for missing ACS capabilities
|
||||||
- **optional** Fsync support (proton)
|
- **optional** Fsync support (proton)
|
||||||
|
|
||||||
|
## Install procedure
|
||||||
|
|
||||||
|
### Arch & derivatives
|
||||||
```
|
```
|
||||||
git clone https://github.com/Frogging-Family/linux-tkg.git
|
git clone https://github.com/Frogging-Family/linux-tkg.git
|
||||||
cd linux-tkg/linux58-rc-tkg
|
cd linux-tkg/linux58-tkg
|
||||||
|
# Edit customization.cfg file
|
||||||
makepkg -si
|
makepkg -si
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Ubuntu & derivatives
|
||||||
|
```
|
||||||
|
git clone https://github.com/Frogging-Family/linux-tkg.git
|
||||||
|
cd linux-tkg/linux58-tkg
|
||||||
|
# Edit customization.cfg file to at least set _distro to "Ubuntu"
|
||||||
|
./install.sh install
|
||||||
|
```
|
||||||
|
To uninstall custom kernels installed through the script:
|
||||||
|
```
|
||||||
|
cd path/to/linux-tkg/linux58-tkg
|
||||||
|
./install.sh uninstall
|
||||||
|
```
|
||||||
|
|
||||||
|
### Other linux distributions
|
||||||
|
Other distros are not supported, Debian may work with the `install.sh` script. Otherwise,
|
||||||
|
that same `install.sh` script can clone, patch and edit a `.config` file from your current distro's
|
||||||
|
that is expected at ``/boot/config-`uname -r`.config``. Otherwise it won't work as-is.
|
||||||
|
|
||||||
|
The command to do for that is:
|
||||||
|
```
|
||||||
|
./install.sh config
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user