diff options
| author | Vladislav <70593890+maade69@users.noreply.github.com> | 2023-04-10 22:38:40 +0300 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-04-10 18:08:37 -0400 |
| commit | e9c32b3f9f4ab250603c399d6829e9a4ccd83db9 (patch) | |
| tree | 37ea5ee2c25fa99fe010b5ff4c67229eb2b7c954 | |
| parent | 1a9c463cda7b753231293ead88a763ad1b3e2855 (diff) | |
drop recommendation for host kernel version
the bug which was introduced in Linux 6.1 got fixed in both linux and linux-lts
| -rw-r--r-- | static/build.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/static/build.html b/static/build.html index f61946da..79c0dfc3 100644 --- a/static/build.html +++ b/static/build.html @@ -215,9 +215,7 @@ <h3><a href="#build-dependencies">Build dependencies</a></h3> <p>Arch Linux, Debian bullseye, Ubuntu 22.10 and Ubuntu 22.04 LTS are the - officially supported operating systems for building GrapheneOS. Linux 5.15 LTS - (linux-lts package) is recommended on Arch Linux due to newer Linux kernel - releases causing non-deterministic OpenJDK crashes during builds.</p> + officially supported operating systems for building GrapheneOS.</p> <p>Dependencies for fetching and verifying the sources:</p> |
