Skip to content

Commit 98e4d5a

Browse files
authored
Set console ttyS0 for QEMU manufacturer (#44)
1 parent 4e2f3b1 commit 98e4d5a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pixiecore/boot.ipxe

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ set console ttyS1
3030
set sp:hex 20 && set sp ${sp:string}
3131
iseq ${manufacturer} Dell${sp}Inc. && set console ttyS0 ||
3232
iseq ${manufacturer} Giga${sp}Computing && set console ttyS0 ||
33+
iseq ${manufacturer} QEMU && set console ttyS0 ||
3334

3435
# Try to get a filename from ProxyDHCP, retrying a couple of times if
3536
# we fail.

0 commit comments

Comments
 (0)