Skip to content

Commit

Permalink
test: re-enable serial console
Browse files Browse the repository at this point in the history
  • Loading branch information
c0deaddict committed Dec 30, 2024
1 parent c1539ae commit 1e999ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runners/cloud-hypervisor.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let

kernelConsole =
if pkgs.stdenv.system == "x86_64-linux"
then ""
then "earlyprintk=ttyS0 console=ttyS0"
else if pkgs.stdenv.system == "aarch64-linux"
then "console=ttyAMA0"
else "";
Expand Down

0 comments on commit 1e999ab

Please sign in to comment.