Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=NLdKdA6t; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=VXLIAmyh Received: by mail.netbsd.org (Postfix, from userid 605) id 83ACA84D96; Sat, 13 Apr 2024 18:38:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713033499; bh=NB2ggq/VoawRN+27E7bdqVyXrExBHKY461umoc0C1Ks=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=NLdKdA6tK2ZUUAxZp5sTxp3qJlfC+UXaecuoRrh+Zh6/Eja5ta4unTl2r6aFJqMFu PGUy8jIsBMExGcZtCgNFv4fxG87yGB5i4WvjK+3c5oOKAhpAAIpP//EW6XPnBsusa0 TYEjN+53WfAB04r8E592WaLBOJZBmpgpB5nPuLGo= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 67D0384D62 for ; Sat, 13 Apr 2024 18:38:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 5B7eNY8i_Nj9 for ; Sat, 13 Apr 2024 18:38:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EBE2784D44 for ; Sat, 13 Apr 2024 18:38:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713033498; bh=NB2ggq/VoawRN+27E7bdqVyXrExBHKY461umoc0C1Ks=; h=Date:From:Subject:To:Reply-To; b=VXLIAmyhZVMdwnpwK0vQLCP1tDx0E9JKuV+fJUox+PPUW1mWtpaTk6avJfvuOYh6F ApzzYGhfzG8/w5h+EUKLHEb8Er1+PWSp+PCvIXuHQaOdkdD4oUXAjGo0SAFDd2t28t pBG7yWAkx0vfas2itVUpjlPgFg+WuVL9Nd6TCK/A= Received: by cvs.NetBSD.org (Postfix, from userid 500) id D4E63FA2C; Sat, 13 Apr 2024 18:38:17 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 13 Apr 2024 18:38:17 +0000 From: "Maya Rashish" Subject: CVS commit: src/distrib/amd64/liveimage To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240413183817.D4E63FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Maya Rashish" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: maya Date: Sat Apr 13 18:38:17 UTC 2024 Modified Files: src/distrib/amd64/liveimage: Makefile.liveimage Log Message: amd64 live image: support EFI as well as BIOS boot The biggest caveat is that there's a small number of machines that try to EFI boot but fail, so would prefer a BIOS only image. I'm not adding a separate BIOS only image because the live image is pretty niche. (For regular installation images, we do create a separate BIOS-only version) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/distrib/amd64/liveimage/Makefile.liveimage Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.