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 6B2B015802F for ; Fri, 31 Mar 2023 13:28:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB586E0817; Fri, 31 Mar 2023 13:28:51 +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 962FBE0817 for ; Fri, 31 Mar 2023 13:28:51 +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 D7EFB340FB4 for ; Fri, 31 Mar 2023 13:28:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76716A15 for ; Fri, 31 Mar 2023 13:28:47 +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: <1680269258.79ee199b34761ca2e2204ed687d7b245552d8cf6.bkohler@gentoo> Subject: [gentoo-commits] proj/catalyst:master 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: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 79ee199b34761ca2e2204ed687d7b245552d8cf6 X-VCS-Branch: master Date: Fri, 31 Mar 2023 13:28:47 +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: 74fb5005-6bb9-41da-b910-7e123aadba0f X-Archives-Hash: 32699145d2e88a78636568722c99e112 commit: 79ee199b34761ca2e2204ed687d7b245552d8cf6 Author: Ben Kohler gentoo org> AuthorDate: Wed Mar 29 19:11:28 2023 +0000 Commit: Ben Kohler 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