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 663F6138334 for ; Tue, 21 Aug 2018 20:14:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19C68E086D; Tue, 21 Aug 2018 20:14:10 +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 E345CE086D for ; Tue, 21 Aug 2018 20:14:09 +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 C51F0335CC9 for ; Tue, 21 Aug 2018 20:14:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 094453A2 for ; Tue, 21 Aug 2018 20:14:06 +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: <1534882420.ffa0eae5182160fbab4b66d7bb254de275441397.bkohler@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/weekly/specs/x86/, releases/weekly/specs/amd64/ X-VCS-Repository: proj/releng X-VCS-Files: releases/weekly/specs/amd64/installcd-stage2-minimal.spec releases/weekly/specs/x86/installcd-stage2-minimal.spec X-VCS-Directories: releases/weekly/specs/x86/ releases/weekly/specs/amd64/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: ffa0eae5182160fbab4b66d7bb254de275441397 X-VCS-Branch: master Date: Tue, 21 Aug 2018 20:14:06 +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: ff31f53c-3870-4b35-a4dd-8d0fc3dd78e1 X-Archives-Hash: b6d19b806d93ccb479c41ec3c757e591 commit: ffa0eae5182160fbab4b66d7bb254de275441397 Author: Ben Kohler gentoo org> AuthorDate: Tue Aug 21 20:13:40 2018 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Aug 21 20:13:40 2018 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=ffa0eae5 specs/{amd64,x86}/installcd-minimal-stage2.spec: comment out cdtar As of catalyst-3.0.2, with USE=system-bootloader we can omit cdtar from livecd-stage2 specs and catalyst will generate the required bootloader files. This gives us an updated isolinux & memtest86+, and also adds UEFI grub for amd64. releases/weekly/specs/amd64/installcd-stage2-minimal.spec | 2 +- releases/weekly/specs/x86/installcd-stage2-minimal.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/weekly/specs/amd64/installcd-stage2-minimal.spec b/releases/weekly/specs/amd64/installcd-stage2-minimal.spec index 86a00770..c9a5a3a9 100644 --- a/releases/weekly/specs/amd64/installcd-stage2-minimal.spec +++ b/releases/weekly/specs/amd64/installcd-stage2-minimal.spec @@ -8,7 +8,7 @@ source_subpath: default/livecd-stage1-amd64-latest portage_confdir: @REPO_DIR@/releases/weekly/portage/isos livecd/bootargs: dokeymap -livecd/cdtar: /usr/share/catalyst/livecd/cdtar/isolinux-elilo-memtest86+-cdtar.tar.bz2 +#livecd/cdtar: /usr/share/catalyst/livecd/cdtar/isolinux-elilo-memtest86+-cdtar.tar.bz2 livecd/fstype: squashfs livecd/iso: install-amd64-minimal-latest.iso livecd/type: gentoo-release-minimal diff --git a/releases/weekly/specs/x86/installcd-stage2-minimal.spec b/releases/weekly/specs/x86/installcd-stage2-minimal.spec index add94bba..dce76d08 100644 --- a/releases/weekly/specs/x86/installcd-stage2-minimal.spec +++ b/releases/weekly/specs/x86/installcd-stage2-minimal.spec @@ -8,7 +8,7 @@ source_subpath: default/livecd-stage1-x86-latest portage_confdir: @REPO_DIR@/releases/weekly/portage/isos livecd/bootargs: dokeymap -livecd/cdtar: /usr/share/catalyst/livecd/cdtar/isolinux-elilo-memtest86+-cdtar.tar.bz2 +#livecd/cdtar: /usr/share/catalyst/livecd/cdtar/isolinux-elilo-memtest86+-cdtar.tar.bz2 livecd/fstype: squashfs livecd/iso: install-x86-minimal-latest.iso livecd/type: gentoo-release-minimal