From mboxrd@z Thu Jan 1 00:00:00 1970 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6125078307716327582==" List-Id: --===============6125078307716327582== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - In Core Update 175 lvm was updated and 69-dm-lvm-metad.rules was replaced w= ith 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 =20 # update linker config ldconfig --=20 2.41.0 --===============6125078307716327582==--