Skip to content

Commit dd07260

Browse files
authored
Set console ttyS0 for FUJITSU manufacturer (#45)
1 parent 98e4d5a commit dd07260

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
@@ -31,6 +31,7 @@ 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 ||
3333
iseq ${manufacturer} QEMU && set console ttyS0 ||
34+
iseq ${manufacturer} FUJITSU && set console ttyS0 ||
3435

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

0 commit comments

Comments
 (0)