Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# STACKIT logs by default to the serial console, map ttyS0 also to the system console.
if [ "$grub_cpu" = x86_64 ]; then
set linux_console="console=tty0 console=ttyS0,115200n8"
fi