77 Star 101 Fork 82

openEuler/nestos-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
platforms.yaml 2.09 KB
一键复制 编辑 原始数据 按行查看 历史
chendexi 提交于 2024-08-21 16:05 . add platforms.yaml
# This file specifies image customizations that are specific to particular
# architecture/platform pairs. It is applied (indirectly, via
# /boot/coreos/platforms.json) by create_disk.sh and gf-set-platform at
# build time and coreos-installer at install time (if --platform is
# specified).
#
# Currently this is used to configure the default console. For any
# arch/platform pairs not specified, GRUB and the kernel will apply their
# own defaults. Note that coreos-installer install --console will
# completely override any GRUB commands specified here.
#
# s390x doesn't use GRUB and requires running zipl after updating kargs,
# so it can't be added to this file without additional development work.
#
# All architectures, platforms, and fields are optional.
aarch64:
openstack:
# Graphical console primary, serial console available for logging
# https://docs.openstack.org/diskimage-builder/latest/elements/bootloader/README.html
# https://issues.redhat.com/browse/OCPBUGS-2926
grub_commands:
- serial --speed=115200
- terminal_input serial console
- terminal_output serial console
kernel_arguments:
- console=ttyAMA0,115200n8
- console=tty0
qemu:
# The kernel successfully autodetects a serial console, but we still
# want GRUB to use one
grub_commands:
- serial --speed=115200
- terminal_input serial console
- terminal_output serial console
x86_64:
openstack:
# Graphical console primary, serial console available for logging
# https://docs.openstack.org/diskimage-builder/latest/elements/bootloader/README.html
# https://issues.redhat.com/browse/OCPBUGS-2926
grub_commands:
- serial --speed=115200
- terminal_input serial console
- terminal_output serial console
kernel_arguments:
- console=ttyS0,115200n8
- console=tty0
qemu:
# https://github.com/coreos/fedora-coreos-tracker/issues/954
grub_commands:
- serial --speed=115200
- terminal_input serial console
- terminal_output serial console
kernel_arguments:
- console=tty0
- console=ttyS0,115200n8
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler/nestos-config.git
[email protected]:openeuler/nestos-config.git
openeuler
nestos-config
nestos-config
master

搜索帮助