website: update translations (#1772)

This commit is contained in:
igor
2024-05-26 23:35:41 -03:00
committed by GitHub
parent bd5100d698
commit 1071a5c135
5 changed files with 76 additions and 13 deletions

View File

@@ -269,10 +269,11 @@ set_perm_recursive <directory> <owner> <group> <dirpermission> <filepermission>
所有启动脚本都将在 KernelSU 的 BusyBox ash shell 中运行,并启用“独立模式”。
### 启动脚本的流程解疑 {#Boot-scripts-process-explanation}
以下是 Android 的相关启动流程(部分省略),其中包括了 KernelSU 的操作(带前导星号),应该能帮助你更好地理解这些启动脚本的用途:
```txt
0. BootLoader (nothing on sceen)
0. Bootloader (nothing on screen)
load patched boot.img
load kernel:
- GKI mode: GKI kernel with KernelSU integrated
@@ -298,7 +299,7 @@ post-fs-data
*mount tmpfs
*execute module scripts post-fs-data.sh
**(Zygisk)./bin/zygisk-ptrace64 monitor
*(pre)load system.prop (same as `resetprop -n`)
*(pre)load system.prop (same as resetprop -n)
*remount modules /system
*execute general scripts in post-mount.d/
*execute module scripts post-mount.sh
@@ -329,4 +330,4 @@ input password to decrypt /data/data
start user apps (autostart)
```
如果你对 Android 的 init 语言感兴趣,推荐阅读[文档](https://android.googlesource.com/platform/system/core/+/master/init/README.md)
如果你对 Android 的 init 语言感兴趣,推荐阅读[文档](https://android.googlesource.com/platform/system/core/+/master/init/README.md)