Skip to content

Commit

Permalink
Merge pull request #112 from ryancurrah/boot-console-logs-hvc0
Browse files Browse the repository at this point in the history
fix(mkimage): log console boot messages to hvc0
  • Loading branch information
jandubois committed Sep 2, 2023
2 parents 7a76cfb + 667224b commit 5cd42ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkimg.lima.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ profile_lima() {
initfs_cmdline="modules=loop,squashfs,sd-mod,usb-storage"
kernel_addons=
kernel_flavors="virt"
kernel_cmdline="console=tty0 console=ttyS0,115200"
kernel_cmdline="console=hvc0 console=tty0 console=ttyS0,115200"
syslinux_serial="0 115200"
apkovl="genapkovl-lima.sh"
apks="$apks openssh-server-pam"
Expand Down

0 comments on commit 5cd42ea

Please sign in to comment.