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 7F8B9138359 for ; Tue, 20 Oct 2020 02:50:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE9DCE084E; Tue, 20 Oct 2020 02:50:22 +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 C89EFE084E for ; Tue, 20 Oct 2020 02:50:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9495C340CF1 for ; Tue, 20 Oct 2020 02:50:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DF8E3C6 for ; Tue, 20 Oct 2020 02:50:18 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1603162208.71894ae8d88cb26270487b89f8d83a3b2fac5476.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/kmerge.sh targets/support/livecdfs-update.sh X-VCS-Directories: targets/support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 71894ae8d88cb26270487b89f8d83a3b2fac5476 X-VCS-Branch: pending/mattst88 Date: Tue, 20 Oct 2020 02:50:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4cd14c66-4186-4709-b7b7-d985ca2c0e2c X-Archives-Hash: 59e3e342d60b6a4d67a4778f3f139a2e commit: 71894ae8d88cb26270487b89f8d83a3b2fac5476 Author: Matt Turner gentoo org> AuthorDate: Tue Oct 20 01:27:17 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Oct 20 02:50:08 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=71894ae8 targets: Remove kernelpkgs.txt generation Evidently this was to be consumed by the Gentoo Linux Installer, which saw its last commit in 2008. Signed-off-by: Matt Turner gentoo.org> targets/support/kmerge.sh | 10 ---------- targets/support/livecdfs-update.sh | 11 ----------- 2 files changed, 21 deletions(-) diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh index ee75e0a8..76d263ba 100755 --- a/targets/support/kmerge.sh +++ b/targets/support/kmerge.sh @@ -66,16 +66,6 @@ setup_gk_args() { genkernel_compile(){ setup_gk_args - # Build our list of kernel packages - case ${clst_livecd_type} in - gentoo-release-live*) - if [ -n "${kernel_merge}" ] - then - mkdir -p /usr/livecd - echo "${kernel_merge}" > /usr/livecd/kernelpkgs.txt - fi - ;; - esac # Build with genkernel using the set options # callback is put here to avoid escaping issues if [ -n "${clst_VERBOSE}" ] diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 47dbb5b3..b7ead552 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -296,19 +296,8 @@ case ${clst_livecd_type} in ln -sf /usr/livecd/gconf /etc/gconf fi - if [ -e /usr/livecd/kernelpkgs.txt ] - then - rm -f /usr/livecd/kernelpkgs.txt - fi - touch /etc/startx ;; - * ) - if [ -e /usr/livecd/kernelpkgs.txt ] - then - rm -f /usr/livecd/kernelpkgs.txt - fi - ;; esac # We want the first user to be used when auto-starting X