Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=lbJZW3oZ; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=t6O+Yly4 Received: by mail.netbsd.org (Postfix, from userid 605) id 864AF84EAA; Thu, 25 Apr 2024 11:56:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714046213; bh=zCsCAyJ4dAkKXxPpiatPdyAxM0HYGOuAWZyy6+4gxWY=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=lbJZW3oZ/TSd7oUKCJBPdvj2IHOauG/BU1l2vtAPr4telONlN4rDqyOPwQysMtObT BeuD2EdMk3nmtBIQaNHs/HtREB7pJ9mfqddOWChld5OLs9Pd5tCAyTfz02zjqov3Wk C4ldhqJuYdR9vY9JhFA50xIsg0lbYIKrttNCj/6o= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6D8BC84EA7 for ; Thu, 25 Apr 2024 11:56:52 +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 uFc4_hOY2wah for ; Thu, 25 Apr 2024 11:56:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0307D84E72 for ; Thu, 25 Apr 2024 11:56:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714046212; bh=zCsCAyJ4dAkKXxPpiatPdyAxM0HYGOuAWZyy6+4gxWY=; h=Date:From:Subject:To:Reply-To; b=t6O+Yly4S3/ru022BZQwFNPjgvkj37uC9LDdKbldfar76sB98sk2zZnaDkkCiFstO ryzducxATVZp9zxdVil3q8LPb5sAEiCpkf4qV3RMMdFF7wYw1B+WQbC1j4zGX0GpJn m8ny3BIY2OeMHgvL8+WCJFtNZFwj4ySh5DJv4xZY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id E4F32FA2C; Thu, 25 Apr 2024 11:56:51 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 25 Apr 2024 11:56:51 +0000 From: "Nia Alarie" Subject: CVS commit: src/distrib To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240425115651.E4F32FA2C@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: Thu Apr 25 11:56:51 UTC 2024 Modified Files: src/distrib/common: Makefile.bootcd src/distrib/common/bootimage: Makefile.installimage src/distrib/i386/cdroms/installcd: Makefile Log Message: remove redundant kernels and floppies from the space-starved i386 ISO To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/distrib/common/Makefile.bootcd cvs rdiff -u -r1.10 -r1.11 src/distrib/common/bootimage/Makefile.installimage cvs rdiff -u -r1.11 -r1.12 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.