From 0a75fcfdb3ca8c12396a9a8d77827fa5039ff136 Mon Sep 17 00:00:00 2001 From: Simon Mayer Date: Wed, 15 Apr 2026 08:37:16 +0200 Subject: [PATCH] Set console ttyS0 for FUJITSU manufacturer --- pixiecore/boot.ipxe | 1 + 1 file changed, 1 insertion(+) diff --git a/pixiecore/boot.ipxe b/pixiecore/boot.ipxe index 621dad0..b5838ed 100644 --- a/pixiecore/boot.ipxe +++ b/pixiecore/boot.ipxe @@ -31,6 +31,7 @@ set sp:hex 20 && set sp ${sp:string} iseq ${manufacturer} Dell${sp}Inc. && set console ttyS0 || iseq ${manufacturer} Giga${sp}Computing && set console ttyS0 || iseq ${manufacturer} QEMU && set console ttyS0 || +iseq ${manufacturer} FUJITSU && set console ttyS0 || # Try to get a filename from ProxyDHCP, retrying a couple of times if # we fail.