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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D831158649 for ; Thu, 11 May 2023 14:47:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86F2EE0D68; Thu, 11 May 2023 14:47:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70DB3E0D68 for ; Thu, 11 May 2023 14:47:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAE39340BB4 for ; Thu, 11 May 2023 14:47:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40B60A77 for ; Thu, 11 May 2023 14:47:14 +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: <1680269258.79ee199b34761ca2e2204ed687d7b245552d8cf6.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:wip/mattst88 commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/livecdfs-update.sh X-VCS-Directories: targets/support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 79ee199b34761ca2e2204ed687d7b245552d8cf6 X-VCS-Branch: wip/mattst88 Date: Thu, 11 May 2023 14:47:14 +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: 550c4dec-601f-42b3-b12b-256024866316 X-Archives-Hash: 360662d63494861fe722ad4f70203e3f commit: 79ee199b34761ca2e2204ed687d7b245552d8cf6 Author: Ben Kohler gentoo org> AuthorDate: Wed Mar 29 19:11:28 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Mar 31 13:27:38 2023 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=79ee199b livecdfs-update: remove old evms code Mostly obsoleted by LVM almost 20 years ago Signed-off-by: Ben Kohler gentoo.org> targets/support/livecdfs-update.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index d4548020..05714c52 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -147,9 +147,4 @@ case ${clst_livecd_type} in ;; esac -if [ -e /lib/rcscripts/addons/udev-start.sh ] -then - sed -i "s:\t\[\[ -x /sbin/evms_activate:\t\[\[ -x \${CDBOOT} \]\] \&\& \[\[ -x /sbin/evms_activate:" /lib/rcscripts/addons/udev-start.sh -fi - env-update