- 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@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