Commit Graph

34 Commits

Author SHA1 Message Date
Tk-Glitch
73651a4b5e readme: Add a note regarding anbox on 5.18+ 2022-08-11 22:33:17 +02:00
Adel Kara Slimane
41051ee85a README: DEB and RPM, make issue numbers into links (#535) 2022-06-03 17:51:21 +02:00
Adel Kara Slimane
00844fd6a5 README: notify about issues in DEB and RPM based distros (#527)
Like this users are informed of the current issues and can decide in trying `linux-tkg` with that in mind.
2022-05-30 19:42:42 +02:00
Tk-Glitch
93416ccf73 Bump DEFAULT_MAX_MAP_COUNT to 16777216 (from 524288)
Star Citizen was reportedly crashy again with "only" 524288
2022-05-15 22:11:25 +02:00
Tk-Glitch
98a96c2139 readme: Add a note for Gentoo openrc users 2022-04-12 01:13:04 +02:00
Tk-Glitch
b357a8c048 Disable winesync support
Likely to be removed down the line. The DKMS version gives more flexibility and is less user-error prone.
2022-04-12 01:00:37 +02:00
Tk-Glitch
3cd937c080 Readme: Add a note for non-systemd distros 2022-03-31 19:33:09 +02:00
flindeberg
ff56abf7d9 Updated README.md to reflect DKMS Clang / llvm support (#480) 2022-03-31 18:20:57 +02:00
Adel Kara Slimane
a7843dd8c5 README: Arch: specify base-devel requirement and redirect to wiki (#458)
Closes: #440

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
2022-03-15 11:36:32 +01:00
Adel Kara Slimane
580bbf5faa README: Generic Install: state that deps need to be manually installed (#370)
* README: Generic install: clarification about deps

* README: Generic install: improve sentence

* README: Generic Install: even better phrasing
2021-12-08 17:30:07 +01:00
gghhkm
3c0d50e24a Small Formating Error In ReadMe (#362)
A little fix to make the link will actually be clickable.
2021-11-19 14:44:55 +01:00
Adel Kara Slimane
6a91c77dc0 README: Gentoo: remove inaccurate dependency on a Clang use flag (#332)
Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
2021-10-05 13:37:57 +02:00
Adel Kara Slimane
a9ee73315c README: add dependency notes for Gentoo (#324)
Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
2021-09-29 20:11:38 +02:00
Tk-Glitch
52d31be72d Readme: :frog_gone: 2021-09-29 19:46:30 +02:00
Adel Kara Slimane
05f874d877 Use Arch config by default + state when config_hardened is used (#305)
* prepare: fix config_hardened + make arch config default for all distros

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>

* prepare: pring message about using hardnened config file

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>

* README: update about the change with the default config file

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>

* install.sh: additional dependencies

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
2021-09-21 12:20:35 +02:00
Adel Kara Slimane
00948fcff0 install.sh: improve Generic code path + Gentoo + tmpfs install (#304)
Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
2021-09-18 16:00:05 +02:00
Nico
6780d47f38 Add information about anbox-support package (#287) 2021-07-27 15:17:06 +02:00
Adel Kara Slimane
82baeebc13 Update README (#128)
* Update README

* Update wording and title

* Lowercase "L" in the title

* Improve writing

* Update user patches section

* Update README.md

Co-authored-by: Koopa <codingkoopa@gmail.com>

* Add 5.11rc as CFS only for now

* Tweaks

* typo

* Move the "other stuff" higher. Users want to see this before user patching support and co

* README: move Zenify as optional feature

* Add more details about the intel_pstate case

* Options refactor

* README: small text tweaks

* README: simplify modprobed-db text

* README: Arch Linux name change

Co-authored-by: Koopa <codingkoopa@gmail.com>

* README: @CodingKoopa fixes

Co-authored-by: Koopa <codingkoopa@gmail.com>

* Tweaks

 - Compiler optimizations don't deserve that much space
 - Simplify the modprobed-db part a bit
 - Link to our own Anbox usage mini-guide

* That turn of phrase hurts me for some reason, sorry Adel

Not sure if it's plainly incorrect english or not (it follows the french logic though, which doesn't usually work that well in english)

* Not sure why I specified LTO here, it affects Clang, with and without LTO

Co-authored-by: Koopa <codingkoopa@gmail.com>
Co-authored-by: Etienne JUVIGNY <ti3nou@gmail.com>
2021-06-10 17:13:28 +02:00
Adel Kara Slimane
36af28fd6c Change to new name for Graysky march repository (#260)
Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
2021-06-07 14:51:13 +02:00
Tk-Glitch
670c6e730e linux512/513-tkg: Initial support for CacULE CPU scheduler from @hamadmarri - https://github.com/hamadmarri/cacule-cpu-scheduler
RDB hasn't been tested yet and isn't included as a result.
2021-05-30 20:03:54 +02:00
Tk-Glitch
6006c78cea Readme update
I'm not sure we want to keep that kind of stuff in here.. So let's update it and eventually get rid of it later on.
2021-05-26 23:52:08 +02:00
Adel Kara Slimane
f0ccecfdb2 Fix winesync for non-arch distros (#243)
* install.sh: install headers in /usr/include for winesync to work

This implies reverting a previous change in deb and rpm distros
and adding make headers_install in the Generic approach

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>

* install.sh: install winesync.rules file

This file will not be removed and will be left dangling
Not so bad I think, since only winesync uses it. We can
remove it in the future if things change

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>

* prepare: remove winesync.rules file during cleanup

So we can check if the user actually asked for winesync
in the current run by checking if the file exists.

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>

* install.sh: add winesync to /etc/modules-load.d for auto-loading

Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
2021-05-18 12:46:28 +02:00
Adel Kara Slimane
89cd81e726 install.sh: Add convenience script for generic install (#227)
* install.sh: simplify ccache code

* install.sh: add generic distro install

* README: update with Generic distro install

* install.sh: update help messages
2021-04-30 18:32:30 +02:00
Tk-Glitch
08c5623a1c readme: anbox-support: Make sure /dev/binderfs exists through /etc/tmpfiles.d
Thanks to Saancreed for pointing it out!
2021-03-11 15:28:01 +01:00
Tk-Glitch
2e41105b58 linux-5(7-12): Get rid of the anbox modules patch. It actually cannot work as building the modules will fail (but we never turned that on, thankfully).
Added a note regarding how to use Anbox with the current implementation, which works just fine.
2021-03-11 15:17:45 +01:00
Tk-Glitch
18d75ce0c3 Add a note regarding using older kernels on Archlinux 2021-02-26 19:58:41 +01:00
Ingo Reitz
d900ad966e Update README.md (#188) 2021-02-26 19:17:16 +01:00
Adel Kara Slimane
c12754f5ae install.sh: unified linux git folder across kernel versions (#127)
* Prompt _distro if undefined when using "uninstall-help" in install.sh

* Unified linux source code git folder

* Update README

* Fix "defaulting to arch" by prompting distro earlier

* Move variable definitions at the correct position in script

* Remove unneeded Ubuntu dependency

* Fix typo

* RPM distros: Move only tkg related RPMs and leave the ~/rpmbuild folder as-is

* Fix defaulting to _distro=Arch when using ./install.sh config

* Use custom location for rpmbuild folder

* Fix _topdir for make bin-rpm

* Move rpmbuild folder cleanup to exit_cleanup function

* Revert folder naming in Arch specific NUKR=false cleanup

* Revert Void Linux changes

* Shallow clone a longer time window for stable releases

depth=1 had issues if the kernel release
is newer than the tag in the git repo

* Move functions to install.sh

* Fix cpuopts patch file naming

* Improve install.sh help message
2021-02-03 14:17:01 +01:00
Fire
b0d8adf70f Add anbox to readme (#129) 2020-11-30 15:04:41 +01:00
Tk-Glitch
b69de7d1cc Update readme following 734e72186a 2020-11-19 18:41:57 +01:00
Tony
c65200a7c0 README.md: Add xbps-src (Void Linux) build optional configuration options customization.cfg and (#103)
userpatches
2020-11-04 17:28:19 +01:00
Tk-Glitch
9d110b2c69 You can't kill what's already dead. Bring upds back for 5.10rc1. 2020-10-30 15:51:30 +01:00
Tk-Glitch
3cafb4b6c2 Update readme 2020-10-26 23:27:53 +01:00
Tk-Glitch
e9fb606121 Move to unified builder as default
The previous building scripts and patches will be moved to legacy
2020-10-26 22:46:56 +01:00