Parcourir la source

docs: remove CONFIG requirements from Mountify description

TheWildJames il y a 2 semaines
Parent
commit
3ab33982cd
3 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 1 1
      README.md
  2. 1 1
      docs/index.md
  3. 1 1
      docs/mountify.md

+ 1 - 1
README.md

@@ -37,7 +37,7 @@ By flashing this kernel, **YOU** are choosing to make these modifications. If so
 - [KernelSU-Next](docs/kernelsu-next.md) / [KernelSU (Classic)](docs/kernelsu-classic.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 (`CONFIG_OVERLAY_FS=y`, `CONFIG_TMPFS_XATTR=y`)
+- [Mountify](docs/mountify.md) - OverlayFS global mounts
 - [Baseband Guard](docs/bbg.md) - partition protection
 - [Networking](docs/networking.md) - WireGuard, BBR, IPSet, CIFS
 - [TMPFS](docs/tmpfs.md) - xattr / POSIX ACLs

+ 1 - 1
docs/index.md

@@ -23,7 +23,7 @@ Per-feature documentation for the GKI2 kernels built from this repository.
 | Module | Description | Source |
 |--------|-------------|--------|
 | NoMount | Metamodule providing mount-related functionality alongside root implementations. | [maxsteeel/nomount](https://github.com/maxsteeel/nomount) |
-| Mountify | Globally mounted modules via OverlayFS - `CONFIG_OVERLAY_FS=y` required, `CONFIG_TMPFS_XATTR=y` highly encouraged. | [backslashxx/mountify](https://github.com/backslashxx/mountify) |
+| Mountify | Globally mounted modules via OverlayFS. | [backslashxx/mountify](https://github.com/backslashxx/mountify) |
 
 ## Security
 

+ 1 - 1
docs/mountify.md

@@ -1,6 +1,6 @@
 # Mountify
 
-Globally mounted modules via OverlayFS - metamodule enabling `CONFIG_OVERLAY_FS=y` is required.
+Globally mounted modules via OverlayFS.
 
 ## Source