From cd5d25393d64cd1c7a4bb21d6d15ec6a6db57278 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 25 Nov 2024 15:00:23 +0100 Subject: [PATCH] rc: ignore InsydeH2O UEFI BIOS UUID placeholder for hostid This caused MAC addresses (e.g. bridge0) to clash on systems running this particular BIOS. Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1544 --- libexec/rc/rc.d/hostid | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libexec/rc/rc.d/hostid b/libexec/rc/rc.d/hostid index 0210ca43350..e076743ef17 100755 --- a/libexec/rc/rc.d/hostid +++ b/libexec/rc/rc.d/hostid @@ -77,6 +77,8 @@ valid_hostid() ;; 11111111-2222-3333-4444-555555555555) ;; + 12345678-1234-5678-90ab-cddeefaabbcc) + ;; 4c4c4544-0000-2010-8020-80c04f202020) ;; 58585858-5858-5858-5858-585858585858)