From 716c6d47437cbc37cfc0e8253adb8f5d67900ee6 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Fri, 16 Dec 2022 10:33:26 -0500 Subject: [PATCH] lvm2: install udev rules in correct path for d-i --- helpers/DATA/lvm2/fix_path_on_udeb_files.patch | 2 +- helpers/make-lvm2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/DATA/lvm2/fix_path_on_udeb_files.patch b/helpers/DATA/lvm2/fix_path_on_udeb_files.patch index 96794c0bf..deda98c91 100644 --- a/helpers/DATA/lvm2/fix_path_on_udeb_files.patch +++ b/helpers/DATA/lvm2/fix_path_on_udeb_files.patch @@ -10,7 +10,7 @@ diff -Nru source/debian/lvm2-udeb.install source_fix/debian/lvm2-udeb.install +++ source_fix/debian/lvm2-udeb.install 2022-09-11 22:22:32.382314653 +0000 @@ -1,4 +1,4 @@ -lib/udev/rules.d/*-lvm*.rules -+usr/lib/udev/rules.d/*-lvm*.rules ++usr/lib/udev/rules.d/*-lvm*.rules lib/udev/rules.d/ etc/lvm/lvm.conf sbin/lvchange sbin/lvconvert diff --git a/helpers/make-lvm2 b/helpers/make-lvm2 index c6c8a1d4d..24a2200b1 100644 --- a/helpers/make-lvm2 +++ b/helpers/make-lvm2 @@ -23,7 +23,7 @@ # or fetch such packages from Debian in order to build the required udeb packages. ## -VERSION=2 +VERSION=3 NETINST=true . ./config -- GitLab