We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2f3b1 commit 98e4d5aCopy full SHA for 98e4d5a
1 file changed
pixiecore/boot.ipxe
@@ -30,6 +30,7 @@ set console ttyS1
30
set sp:hex 20 && set sp ${sp:string}
31
iseq ${manufacturer} Dell${sp}Inc. && set console ttyS0 ||
32
iseq ${manufacturer} Giga${sp}Computing && set console ttyS0 ||
33
+iseq ${manufacturer} QEMU && set console ttyS0 ||
34
35
# Try to get a filename from ProxyDHCP, retrying a couple of times if
36
# we fail.
0 commit comments