From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 607E5138335 for ; Tue, 31 Jul 2018 14:47:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02780E0956; Tue, 31 Jul 2018 14:47:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C87F0E0956 for ; Tue, 31 Jul 2018 14:47:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5FE3335C9E for ; Tue, 31 Jul 2018 14:47:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA289385 for ; Tue, 31 Jul 2018 14:47:31 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1533047421.8a5b0a0c7f5a08e75decfb255c9f43dc55304042.bkohler@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/weekly/portage/isos/package.use/ X-VCS-Repository: proj/releng X-VCS-Files: releases/weekly/portage/isos/package.use/linux-firmware X-VCS-Directories: releases/weekly/portage/isos/package.use/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 8a5b0a0c7f5a08e75decfb255c9f43dc55304042 X-VCS-Branch: master Date: Tue, 31 Jul 2018 14:47:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 05b8d5e0-45f0-4e29-ba03-a7c46f8eb7be X-Archives-Hash: c9eb382ae1291d041fb15f45767d4a46 commit: 8a5b0a0c7f5a08e75decfb255c9f43dc55304042 Author: Ben Kohler gentoo org> AuthorDate: Tue Jul 31 14:30:21 2018 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Jul 31 14:30:21 2018 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=8a5b0a0c portage/isos/package.use: enable savedconfig on linux-firmware By adding savedconfig on linux-firwmare, we can save a few dozen megabytes by trimming firmwares that are not generally useful on livecds. This flag activates the savedconfig file which was recently added to portage/isos/savedconfig/. releases/weekly/portage/isos/package.use/linux-firmware | 1 + 1 file changed, 1 insertion(+) diff --git a/releases/weekly/portage/isos/package.use/linux-firmware b/releases/weekly/portage/isos/package.use/linux-firmware new file mode 100644 index 00000000..de6347d0 --- /dev/null +++ b/releases/weekly/portage/isos/package.use/linux-firmware @@ -0,0 +1 @@ +sys-kernel/linux-firmware savedconfig