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:
parent
3f8465e696
commit
469358b8ed
@ -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": {
|
||||
|
@ -278,3 +278,5 @@ kernel_arguments:
|
||||
- page_alloc.shuffle=1
|
||||
- randomize_kstack_offset=on
|
||||
- debugfs=off
|
||||
- console=tty0
|
||||
- console=ttyS0,115200
|
Loading…
Reference in New Issue
Block a user