From patchwork Sun Jun 18 18:02:10 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6941 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Qkghv34vVz3wjv for ; Sun, 18 Jun 2023 18:02:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Qkghr5DMhz1XY; Sun, 18 Jun 2023 18:02:20 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Qkghr10zfz30Bd; Sun, 18 Jun 2023 18:02:20 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Qkghp27K1z2yT5 for ; Sun, 18 Jun 2023 18:02:18 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Qkghp03bBzVp; Sun, 18 Jun 2023 18:02:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1687111338; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+6VZJlrz2UZVaKOBcKQ5u9G2XzThI+W6k5RHdjPkRwk=; b=X+F8FlSDAPlflw8UUR33iy4VZnzDhcbeUyDnQ1CH6MjoCswjhnaS1JifpUeMPpoRyPA5Jl 7kXDBSJ6ii2ea5Bg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1687111338; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+6VZJlrz2UZVaKOBcKQ5u9G2XzThI+W6k5RHdjPkRwk=; b=VpoDTBrrqBlV+SKBKcwi7/OVB6ZgT44zvv28Z+HUkvjhE7CmVAV15D1ybdN5fS0SBu7WW7 kvu71I2QFEU0/e4g3oLMmwffM6Bs6L1RSJBpgDGmKdNT6QryRTtb+ux8OIsmfT4RQoeihi 8KZhKBhQXsXSY/Dfcz1Q08NR+IaVVuxO23pA5xlmUkCmm0YKL3lxC5HbMV/Ut/B3bX3p9e +eA6Duj8L8ZUQlEvJ5McttJ966CIZYRNLZknz8znmmxRpI9pSJ1B1BYUUchIo8n6UmsBfK Lf+J0N/gSMK/enrz+n/exSGDi8GDRw1KEdBW4aI8O21PxBD/3pWgLZoHpvWauQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/2] update.sh: Fixes bug-13151 - removes old 69-dm-lvm-metad.rules file Date: Sun, 18 Jun 2023 20:02:10 +0200 Message-ID: <20230618180210.3467088-2-adolf.belka@ipfire.org> In-Reply-To: <20230618180210.3467088-1-adolf.belka@ipfire.org> References: <20230618180210.3467088-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - In Core Update 175 lvm was updated and 69-dm-lvm-metad.rules was replaced with 69-dm-lvm.rules in the lvm rootfile. - That previous patch update did not remove the no longer existing 69-dm-lvm-metad.rules from existing installations. This patch corrects that. Signed-off-by: Adolf Belka --- config/rootfiles/core/176/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/core/176/update.sh b/config/rootfiles/core/176/update.sh index b5f48b726..d97e29444 100644 --- a/config/rootfiles/core/176/update.sh +++ b/config/rootfiles/core/176/update.sh @@ -40,6 +40,7 @@ extract_files # Remove files rm -vf \ /usr/bin/gawk-5.1.1 + /lib/udev/rules.d/69-dm-lvm-metad.rules # update linker config ldconfig