5 Star 4 Fork 9

anolis/lifsea-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
image.yaml 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
zhongling.h 提交于 2022-03-09 14:32 . Support UEFI boot for metal
# This replaces image.ks
# size is the target disk size in GB.
size: 10
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
# Disable networking by default on firstboot. We can drop this once cosa stops
# defaulting to `ip=dhcp,dhcp6 rd.neednet=1` when it doesn't see this key.
ignition-network-kcmdline: []
# Optional remote by which to prefix the deployed OSTree ref
ostree-remote: lifsea
# 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)
# Default algorithm of squashfs-compression is zstd which requires some kind
# of support of kernel, eg. CONFIG_SQUASHFS_ZSTD=y. Here we choose xz because
# CONFIG_SQUASHFS_ZSTD is not enabled in kernel-modules-5.10.60-9.an8.
# For free to change other algorithm if you use other kernel.
squashfs-compression: xz
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/anolis/lifsea-config.git
git@gitee.com:anolis/lifsea-config.git
anolis
lifsea-config
lifsea-config
master

搜索帮助