website: update translation (#1473)

This commit is contained in:
igor
2024-03-18 22:53:45 -03:00
committed by GitHub
parent 053fce61c0
commit 7f73827658
9 changed files with 84 additions and 30 deletions

View File

@@ -42,7 +42,7 @@ comment out `ksu_enable_sucompat()` and `ksu_enable_ksud()` in `KernelSU/kernel/
:::info How to get module umount feature working on pre-GKI?
If your kernel is older than 5.9, you should backport ```path_umount``` to ```fs/namespace.c```. This is required to get module umount feature working. If you don't backport ```path_umount```, module umount feature won't work. You can get more info on how to achieve this at the end of this page.
If your kernel is older than 5.9, you should backport `path_umount` to `fs/namespace.c`. This is required to get module umount feature working. If you don't backport `path_umount`, module umount feature won't work. You can get more info on how to achieve this at the end of this page.
:::
## Manually modify the kernel source