Skip to content

Commit 5cd42ea

Browse files
authored
Merge pull request #112 from ryancurrah/boot-console-logs-hvc0
fix(mkimage): log console boot messages to hvc0
2 parents 7a76cfb + 667224b commit 5cd42ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkimg.lima.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ profile_lima() {
1010
initfs_cmdline="modules=loop,squashfs,sd-mod,usb-storage"
1111
kernel_addons=
1212
kernel_flavors="virt"
13-
kernel_cmdline="console=tty0 console=ttyS0,115200"
13+
kernel_cmdline="console=hvc0 console=tty0 console=ttyS0,115200"
1414
syslinux_serial="0 115200"
1515
apkovl="genapkovl-lima.sh"
1616
apks="$apks openssh-server-pam"

0 commit comments

Comments
 (0)