1 Star 0 Fork 0

Mark95/fedora-coreos-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
image.yaml 827 Bytes
一键复制 编辑 原始数据 按行查看 历史
# This replaces image.ks
# size is the target disk size in GB.
size: 8
extra-kargs:
# Disable SMT on systems vulnerable to MDS or any similar future issue.
- mitigations=auto,nosmt
# https://github.com/coreos/fedora-coreos-tracker/issues/292
# https://fedoraproject.org/wiki/Changes/CGroupsV2
- systemd.unified_cgroup_hierarchy=0
# Kernel arguments to be used on first-boot.
ignition-network-kcmdline:
- 'rd.neednet=1'
- 'ip=dhcp,dhcp6'
# Optional remote by which to prefix the deployed OSTree ref
ostree-remote: fedora
# We want read-only /sysroot to protect from unintentional damage.
# https://github.com/ostreedev/ostree/issues/1265
sysroot-readonly: true
# After this, we plan to add support for the Ignition
# storage/filesystems sections. (Although one can do
# that on boot as well)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/JockerMa/fedora-coreos-config.git
git@gitee.com:JockerMa/fedora-coreos-config.git
JockerMa
fedora-coreos-config
fedora-coreos-config
bodhi-updates

搜索帮助