1
0
mirror of https://github.com/tommytran732/Fedora-CoreOS-Ignition synced 2024-11-22 01:11:34 -05:00

Add serial port support for Proxmox

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-02-28 09:40:01 -07:00
parent 3f8465e696
commit 469358b8ed
Signed by: Tomster
GPG Key ID: 555C902A34EC968F
2 changed files with 5 additions and 1 deletions

View File

@ -28,7 +28,9 @@
"ia32_emulation=0",
"page_alloc.shuffle=1",
"randomize_kstack_offset=on",
"debugfs=off"
"debugfs=off",
"console=tty0",
"console=ttyS0,115200"
]
},
"passwd": {

View File

@ -278,3 +278,5 @@ kernel_arguments:
- page_alloc.shuffle=1
- randomize_kstack_offset=on
- debugfs=off
- console=tty0
- console=ttyS0,115200