From: Adolf Belka <adolf.belka@ipfire.org>
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 [thread overview]
Message-ID: <20230618180210.3467088-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20230618180210.3467088-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 803 bytes --]
- 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 <adolf.belka(a)ipfire.org>
---
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
--
2.41.0
prev parent reply other threads:[~2023-06-18 18:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-18 18:02 [PATCH 1/2] lvm: Fixes bug-13151 - update 69-dm-lvm.rules Adolf Belka
2023-06-18 18:02 ` Adolf Belka [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230618180210.3467088-2-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox