Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=M45xnyjd; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=3KTVoy3T Received: by mail.netbsd.org (Postfix, from userid 605) id C10FD84E96; Tue, 23 Apr 2024 20:37:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713904629; bh=gApCbIHYYkNHiX/osjYeIFEZV4VSoorDeE4ieNkihlw=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=M45xnyjdc573nO5WBHD+chvK45NylSxgc/yjnUti5o/8TJyOCi4ffgM/50FggttCn wPo3LfgBbYMZpXFN7frt3d+KCpfI7V+rJu49epuHBuZqYA5e+Ty2M9la7nugEZ/9Hg 6doFTozXgXMln5uCyY8tNuN+q6dLGd6Z8wMJZ6AM= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A923984E92 for ; Tue, 23 Apr 2024 20:37:08 +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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id vEfz1t3NenYO for ; Tue, 23 Apr 2024 20:37:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 47D4784D4B for ; Tue, 23 Apr 2024 20:37:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713904628; bh=gApCbIHYYkNHiX/osjYeIFEZV4VSoorDeE4ieNkihlw=; h=Date:From:Subject:To:Reply-To; b=3KTVoy3TVBc3BSyjapyFfcLF/qOWLGu+v3ujbk+A8wo8/JOjM/0kYaeK1ygPrV0uP KoYDuRb4yWBsCZEDZBTaRIqAgqFvrydVwhu1Hx+covg5EXVyQVTDY1DuhET9AlZoIu MgjrgjCQhB+xxvwR2mG3rdpXOFdDBZfUv+7Nge0U= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 39EC7FA2C; Tue, 23 Apr 2024 20:37:08 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 23 Apr 2024 20:37:08 +0000 From: "Nia Alarie" Subject: CVS commit: src/distrib To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240423203708.39EC7FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Nia Alarie" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: nia Date: Tue Apr 23 20:37:08 UTC 2024 Modified Files: src/distrib/common: Makefile.bootcd src/distrib/i386/cdroms/installcd: Makefile Log Message: Reduce the size of the i386 ISO to help it fit on a CD-ROM Exclude tests and html man pages. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/distrib/common/Makefile.bootcd cvs rdiff -u -r1.10 -r1.11 src/distrib/i386/cdroms/installcd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.