Skip to content

Commit 7208950

Browse files
SuperSandro2000astro
authored andcommitted
Optimize code
1 parent 9ad2b03 commit 7208950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/runners/qemu.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ let
138138
'';
139139

140140
kernelConsole =
141-
if microvmConfig.qemu.serialConsole == false
141+
if !microvmConfig.qemu.serialConsole
142142
then ""
143143
else if system == "x86_64-linux"
144144
then "earlyprintk=ttyS0 console=ttyS0"

0 commit comments

Comments
 (0)