Received: by mail.netbsd.org (Postfix, from userid 605) id D96BC84E9C; Mon, 14 Feb 2022 06:45:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1090F84E9A for ; Mon, 14 Feb 2022 06:45:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id eLYw9ZNj0mnm for ; Mon, 14 Feb 2022 06:45:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9D6C884CE8 for ; Mon, 14 Feb 2022 06:45:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 96AB0FB24; Mon, 14 Feb 2022 06:45:34 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 14 Feb 2022 06:45:34 +0000 From: "SAITOH Masanobu" Subject: CVS commit: [netbsd-9] src/usr.sbin/sysinst To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20220214064534.96AB0FB24@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "SAITOH Masanobu" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: msaitoh Date: Mon Feb 14 06:45:34 UTC 2022 Modified Files: src/usr.sbin/sysinst [netbsd-9]: defs.h target.c src/usr.sbin/sysinst/arch/i386 [netbsd-9]: md.c Log Message: Pull up following revision(s) (requested by martin in ticket #1427): usr.sbin/sysinst/defs.h: revision 1.80 usr.sbin/sysinst/target.c: revision 1.18 usr.sbin/sysinst/arch/i386/md.c: revision 1.35 x86: fix previous: in the UEFI case copy the bootloaders from install media during initial installation, but use the (by then: updated) files from the target disk for system upgrades. To generate a diff of this commit: cvs rdiff -u -r1.42.2.10 -r1.42.2.11 src/usr.sbin/sysinst/defs.h cvs rdiff -u -r1.8.2.6 -r1.8.2.7 src/usr.sbin/sysinst/target.c cvs rdiff -u -r1.20.2.9 -r1.20.2.10 src/usr.sbin/sysinst/arch/i386/md.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.