style: apply global formatting fixes (struct, spacing, zhlint)

This commit is contained in:
Baohua Yang
2026-02-21 11:08:52 -08:00
parent ad68b2d973
commit 79ac9c639a
159 changed files with 1708 additions and 882 deletions

View File

@@ -1,12 +1,14 @@
## 安装 Fedora CoreOS
本节涵盖了相关内容与详细描述主要探讨以下几个方面
### 下载 ISO
[下载页面](https://getfedora.org/coreos/download/) `Bare Metal & Virtualized` 标签页下载 ISO。
[下载页面](https://getfedora.org/coreos/download/) `Bare Metal & Virtualized` 标签页下载 ISO。
### 编写 FCC
FCC Fedora CoreOS Configuration Fedora CoreOS 配置的简称
FCC Fedora CoreOS Configuration (Fedora CoreOS 配置) 的简称
```yaml
## example.fcc
@@ -20,7 +22,7 @@ passwd:
- ssh-rsa AAAA...
```
`ssh-rsa AAAA...` 替换为自己的 SSH 公钥位于 `~/.ssh/id_rsa.pub`
`ssh-rsa AAAA...` 替换为自己的 SSH 公钥 (位于 `~/.ssh/id_rsa.pub`)
### 转换 FCC Ignition