lvm2: install udev rules in correct path for d-i

This commit is contained in:
Ruben Rodriguez 2022-12-16 10:33:26 -05:00
parent 199c214109
commit 716c6d4743
2 changed files with 2 additions and 2 deletions

View file

@ -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 +++ source_fix/debian/lvm2-udeb.install 2022-09-11 22:22:32.382314653 +0000
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
-lib/udev/rules.d/*-lvm*.rules -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 etc/lvm/lvm.conf
sbin/lvchange sbin/lvchange
sbin/lvconvert sbin/lvconvert

View file

@ -23,7 +23,7 @@
# or fetch such packages from Debian in order to build the required udeb packages. # or fetch such packages from Debian in order to build the required udeb packages.
## ##
VERSION=2 VERSION=3
NETINST=true NETINST=true
. ./config . ./config