diff -Nru /tmp/nQBoJNbwUI/evms-2.5.5/debian/changelog /tmp/aPgts99J2Z/evms-2.5.5/debian/changelog --- /tmp/nQBoJNbwUI/evms-2.5.5/debian/changelog 2007-04-03 16:32:46.000000000 +0100 +++ /tmp/aPgts99J2Z/evms-2.5.5/debian/changelog 2007-04-10 09:13:35.000000000 +0100 @@ -1,3 +1,9 @@ +evms (2.5.5-18ubuntu4) feisty; urgency=low + + * Install evms udev rules into the initramfs. LP: #74317. + + -- Scott James Remnant Tue, 10 Apr 2007 09:13:23 +0100 + evms (2.5.5-18ubuntu3) feisty; urgency=low * Rename 70-evms.rules to 80-evms.rules, and react to block device changes diff -Nru /tmp/nQBoJNbwUI/evms-2.5.5/debian/hooks_evms /tmp/aPgts99J2Z/evms-2.5.5/debian/hooks_evms --- /tmp/nQBoJNbwUI/evms-2.5.5/debian/hooks_evms 2006-12-08 17:15:55.000000000 +0000 +++ /tmp/aPgts99J2Z/evms-2.5.5/debian/hooks_evms 2007-04-10 09:13:21.000000000 +0100 @@ -23,6 +23,12 @@ copy_exec /sbin/evms_activate /sbin cp /etc/evms.conf ${DESTDIR}/etc +rulesdir=/etc/udev/rules.d +mkdir -p -- "$DESTDIR/$rulesdir" +for srcrulesfile in "$rulesdir/"*-evms.rules; do + sed -n 's/^#initramfs# *//p' <"$srcrulesfile" >"$DESTDIR/$srcrulesfile" +done + # # This is a workaround that will do until EVMS stops segfaulting on close, not emptying # its stdout buffer.