Skip to content

Commit c374407

Browse files
https://www.virtualbox.org/wiki/Serial_redirect
1 parent 6d2352b commit c374407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
set default=0
5959
set timeout=0
6060
menuentry 'Linux' {
61-
linux /boot/vmlinuz-${{ env.VERSION }}
61+
linux /boot/vmlinuz-${{ env.VERSION }} console=ttyS0 console=tty0 ignore_loglevel
6262
initrd /boot/initramfs.cpio.gz
6363
}
6464
EOF

0 commit comments

Comments
 (0)