Fix and update

This commit is contained in:
baohua
2026-02-09 11:34:35 -08:00
parent e669ee0fe8
commit 63377d0431
136 changed files with 2146 additions and 262 deletions

View File

@@ -10,6 +10,7 @@ FCC 是 Fedora CoreOS Configuration Fedora CoreOS 配置)的简称。
```yaml
## example.fcc
variant: fcos
version: 1.0.0
passwd:
@@ -23,6 +24,8 @@ passwd:
### 转换 FCC Ignition
运行以下命令
```bash
$ docker run -i --rm quay.io/coreos/fcct:v0.5.0 --pretty --strict < example.fcc > example.ign
```
@@ -41,6 +44,8 @@ $ sudo coreos-installer install /dev/sda --ignition-file example.ign
### 使用
运行以下命令
```bash
$ ssh core@虚拟机IP