Преглед на файлове

docs: remove KernelSU classic variant

TheWildJames преди 1 седмица
родител
ревизия
417f21438e
променени са 5 файла, в които са добавени 1 реда и са изтрити 31 реда
  1. 1 1
      README.md
  2. 0 1
      docs/index.md
  3. 0 27
      docs/kernelsu-classic.md
  4. 0 1
      docs/kernelsu-next.md
  5. 0 1
      docs/resukisu.md

+ 1 - 1
README.md

@@ -34,7 +34,7 @@ By flashing this kernel, **YOU** are choosing to make these modifications. If so
 
 ## Features
 
-- [KernelSU](docs/kernelsu-classic.md) / [KernelSU-Next](docs/kernelsu-next.md) / [ReSukiSU](docs/resukisu.md) - root implementations
+- [KernelSU-Next](docs/kernelsu-next.md) / [ReSukiSU](docs/resukisu.md) - root implementations
 - [SUSFS](docs/susfs.md) - root hiding
 - [NoMount](docs/nomount.md) - mount metamodule
 - [Mountify](docs/mountify.md) - OverlayFS global mounts

+ 0 - 1
docs/index.md

@@ -4,7 +4,6 @@ Per-feature documentation for the GKI2 kernels built from this repository.
 
 ## Root Implementations
 
-- [KernelSU](kernelsu-classic.md)
 - [KernelSU-Next](kernelsu-next.md)
 - [ReSukiSU](resukisu.md)
 

+ 0 - 27
docs/kernelsu-classic.md

@@ -1,27 +0,0 @@
-# KernelSU
-
-KernelSU is a root solution for Android GKI devices that operates in kernel mode and grants root permission to userspace applications from kernel space. It is the original implementation by `tiann`.
-
-## Source
-
-- **Source:** [tiann/KernelSU](https://github.com/tiann/KernelSU) (`main` branch)
-- **Pinned commit:** `932014ab5b2c9b74a3d11e2ec4d17dd10fc9442e`
-
-Pinned in `main.yml` as `PIN_KERNELSU` and resolved via `pick` so builds are always verified against an exact commit.
-
-## How This Repo Uses It
-
-- Built when `root_flavor` is **`KernelSU`** or **`All`**.
-- SUSFS patches are applied during the build workflow (when `use_susfs` is enabled) rather than sourced from a SUSFS-enabled fork.
-- Resolved at the pinned commit in verified mode; at latest `main` tip in latest mode.
-
-## Manager
-
-The KernelSU manager APK is built from `tiann/KernelSU`. The manager version should match the kernel version (e.g., kernel version `30100` → manager version `30100`).
-
-## Related
-
-- [kernelsu-next.md](kernelsu-next.md) - KernelSU-Next
-- [resukisu.md](resukisu.md) - ReSukiSU
-- [susfs.md](susfs.md) - root hiding add-on
-- [index.md](../index.md) - full feature index

+ 0 - 1
docs/kernelsu-next.md

@@ -20,7 +20,6 @@ The KernelSU-Next manager APK is built from the official `KernelSU-Next/KernelSU
 
 ## Related
 
-- [kernelsu-classic.md](kernelsu-classic.md) - classic KernelSU
 - [resukisu.md](resukisu.md) - ReSukiSU
 - [susfs.md](susfs.md) - root hiding add-on
 - [index.md](../index.md) - full feature index

+ 0 - 1
docs/resukisu.md

@@ -22,6 +22,5 @@ The ReSukiSU manager APK is built from `ReSukiSU/ReSukiSU`. The manager version
 ## Related
 
 - [kernelsu-next.md](kernelsu-next.md) - KernelSU-Next
-- [kernelsu-classic.md](kernelsu-classic.md) - classic KernelSU
 - [susfs.md](susfs.md) - root hiding add-on
 - [index.md](../index.md) - full feature index