add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,7 +1,7 @@
# bootctl
> 控制EFI固件启动设置管理启动加载器。
> 更多信息:<https://manned.org/bootctl>.
> 控制 EFI 固件启动设置管理启动加载器。
> 更多信息:<https://manned.org/bootctl>
- 显示系统固件和启动加载器的信息:
@@ -11,18 +11,18 @@
`bootctl list`
- 将系统固件设置为在下次启动时启动
- 设置一个标志,以在下次启动时进入系统固件(类似于 `sudo systemctl reboot --firmware-setup`
`sudo bootctl reboot-to-firmware true`
- 指定EFI系统分区默认为`/efi/``/boot/``/boot/efi`
- 指定 EFI 系统分区的路径(默认为 `/efi/``/boot/``/boot/efi`
`bootctl --esp-path={{/path/to/efi_system_partition/}}`
-`systemd-boot`安装到EFI系统分区
- `systemd-boot` 安装到 EFI 系统分区:
`sudo bootctl install`
- 从EFI系统分区除所有已安装的`systemd-boot`版本:
- EFI 系统分区中删除所有已安装的 `systemd-boot` 版本:
`sudo bootctl remove`
`sudo bootctl remove`