mirror of
https://github.com/coreos/fedora-coreos-config.git
synced 2026-02-05 09:45:30 +01:00
tree: import changes from testing-devel at ba564a93c4
This commit is contained in:
@@ -53,6 +53,14 @@ aarch64:
|
|||||||
kernel_arguments:
|
kernel_arguments:
|
||||||
- console=ttyAMA0,115200n8
|
- console=ttyAMA0,115200n8
|
||||||
- console=tty0
|
- console=tty0
|
||||||
|
oraclecloud:
|
||||||
|
# https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/enablingserialconsoleaccess.htm
|
||||||
|
grub_commands:
|
||||||
|
- serial --speed=115200
|
||||||
|
- terminal_input serial console
|
||||||
|
- terminal_output serial console
|
||||||
|
kernel_arguments:
|
||||||
|
- console=ttyAMA0,115200
|
||||||
qemu:
|
qemu:
|
||||||
# The kernel successfully autodetects a serial console, but we still
|
# The kernel successfully autodetects a serial console, but we still
|
||||||
# want GRUB to use one
|
# want GRUB to use one
|
||||||
@@ -150,6 +158,14 @@ x86_64:
|
|||||||
kernel_arguments:
|
kernel_arguments:
|
||||||
- console=ttyS0,115200n8
|
- console=ttyS0,115200n8
|
||||||
- console=tty0
|
- console=tty0
|
||||||
|
oraclecloud:
|
||||||
|
# https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/enablingserialconsoleaccess.htm
|
||||||
|
grub_commands:
|
||||||
|
- serial --speed=115200
|
||||||
|
- terminal_input serial console
|
||||||
|
- terminal_output serial console
|
||||||
|
kernel_arguments:
|
||||||
|
- console=ttyS0,115200
|
||||||
proxmoxve:
|
proxmoxve:
|
||||||
# https://pve.proxmox.com/wiki/Serial_Terminal
|
# https://pve.proxmox.com/wiki/Serial_Terminal
|
||||||
grub_commands:
|
grub_commands:
|
||||||
|
|||||||
Reference in New Issue
Block a user