!14 Specification NestOS Project Component Description File
From: @duyiwei7w Reviewed-by: @fu-shanqing Signed-off-by: @fu-shanqing
This commit is contained in:
commit
792f320dde
31
README.md
31
README.md
@ -1,30 +1,35 @@
|
|||||||
# ignition
|
# ignition
|
||||||
|
|
||||||
#### 介绍
|
#### 介绍
|
||||||
Ignition is the utility used by NestOS to manipulate disks during the initramfs.
|
Ignition is a utility used to manipulate systems during the initramfs.
|
||||||
|
This includes partitioning disks, formatting partitions, writing files
|
||||||
|
(regular files, systemd units, etc.), and configuring users. On first
|
||||||
|
boot, Ignition reads its configuration from a source of truth (remote
|
||||||
|
URL, network metadata service, hypervisor bridge, etc.) and applies
|
||||||
|
the configuration.
|
||||||
|
|
||||||
#### 软件架构
|
|
||||||
软件架构说明
|
|
||||||
|
|
||||||
|
|
||||||
#### 安装教程
|
#### 安装教程
|
||||||
|
|
||||||
1. xxxx
|
Install ignition rpm package:
|
||||||
2. xxxx
|
|
||||||
3. xxxx
|
yum install ignition
|
||||||
|
|
||||||
#### 使用说明
|
#### 使用说明
|
||||||
|
|
||||||
1. xxxx
|
ignition 是云底座操作系统NestOS的必需组件,详细说明见下
|
||||||
2. xxxx
|
|
||||||
3. xxxx
|
Odds are good that you don't want to invoke Ignition directly. In fact, it isn't even present in the root filesystem. Take a look at the [Getting Started Guide](https://github.com/coreos/ignition/blob/main/docs/getting-started.md) for details on providing Ignition with a runtime configuration.
|
||||||
|
|
||||||
#### 参与贡献
|
#### 参与贡献
|
||||||
|
|
||||||
1. Fork 本仓库
|
master分支使用最新的上游版本,如果检测到上游有最新版本发布,先形成issue后再提交对应PR更新,流程如下。
|
||||||
2. 新建 Feat_xxx 分支
|
1. 提交issue
|
||||||
3. 提交代码
|
2. Fork 本仓库
|
||||||
4. 新建 Pull Request
|
3. 新建 Feat_xxx 分支
|
||||||
|
4. 提交代码
|
||||||
|
5. 新建 Pull Request
|
||||||
|
|
||||||
|
|
||||||
#### 特技
|
#### 特技
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user