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 86A9C138359 for ; Tue, 20 Oct 2020 08:30:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B265E0869; Tue, 20 Oct 2020 08:30:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3EE8FE0869 for ; Tue, 20 Oct 2020 08:30:32 +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 434D4340CF8 for ; Tue, 20 Oct 2020 08:30:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 919CE3C0 for ; Tue, 20 Oct 2020 08:30:28 +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: <1603177803.621d7824670e77aededb0192707e5d885223d05a.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: 621d7824670e77aededb0192707e5d885223d05a X-VCS-Branch: pending/mattst88 Date: Tue, 20 Oct 2020 08:30:28 +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: 534aa512-a7cd-4b90-8b5a-0d7c5fd7c697 X-Archives-Hash: 70aa931b73cee4dc5b76238cf59c63e2 commit: 621d7824670e77aededb0192707e5d885223d05a Author: Matt Turner gentoo org> AuthorDate: Tue Oct 20 01:27:17 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Oct 20 07:10:03 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=621d7824 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 c4136dec..27584d51 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