Skip to content

Commit cd8bff3

Browse files
committed
Add grub.cfg.frag for stackit-oem image
1 parent 6367cdd commit cd8bff3

File tree

1 file changed

+4
-0
lines changed
  • sdk_container/src/third_party/coreos-overlay/coreos-base/common-oem-files/files/stackit

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# STACKIT logs by default to the serial console, map ttyS0 also to the system console.
2+
if [ "$grub_cpu" = x86_64 ]; then
3+
set linux_console="console=tty0 console=ttyS0,115200n8"
4+
fi

0 commit comments

Comments
 (0)