Update versions and fix formatting issues

This commit is contained in:
yeasy
2026-04-25 15:10:43 +00:00
parent 20a3479f8a
commit 839a63f5af
20 changed files with 34 additions and 16 deletions
+6 -6
View File
@@ -4,15 +4,15 @@
[下载页面](https://getfedora.org/coreos/download/) `Bare Metal & Virtualized` 标签页下载 ISO。
### 17.2.2 编写 FCC
### 17.2.2 编写 Butane 配置
FCC Fedora CoreOS Configuration (Fedora CoreOS 配置) 的简称
> **注意**Fedora CoreOS 配置工具已从 `fcct` (Fedora CoreOS Config Transpiler) 更名为 **Butane**新版本使用 `.bu` 扩展名和更新的 spec 版本
```yaml
## example.fcc
## example.bu
variant: fcos
version: 1.0.0
version: 1.6.0
passwd:
users:
- name: core
@@ -21,10 +21,10 @@ passwd:
```
`ssh-rsa AAAA...` 替换为自己的 SSH 公钥 (位于 `~/.ssh/id_rsa.pub`)
### 17.2.3 转换 FCC Ignition
### 17.2.3 转换 Butane 配置 Ignition
```bash
$ docker run -i --rm quay.io/coreos/fcct:v0.5.0 --pretty --strict < example.fcc > example.ign
$ docker run -i --rm quay.io/coreos/butane:release --pretty --strict < example.bu > example.ign
```
### 17.2.4 挂载 ISO 启动虚拟机并安装