~ubuntu-branches/debian/stretch/lvm2/stretch

« back to all changes in this revision

Viewing changes to debian/initramfs-tools/lvm2/hooks/lvm2

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2014-09-25 21:04:41 UTC
  • mfrom: (30.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20140925210441-z45t4jnopoa8bm1g
Tags: 2.02.111-2
* Install additional man-pages. (closes: #587277, #760679)
* Remove re-start of non-existing systemd unit. (closes: #760682)
* Add dm-raid support to initramfs. (closes: #699804)
* Fix version in one symbols. (closes: #762705)

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
copy_exec /sbin/lvm
39
39
ln -s lvm ${DESTDIR}/sbin/vgchange
40
40
 
41
 
for x in dm_mod dm_snapshot dm_mirror; do
 
41
for x in dm_mod dm_snapshot dm_mirror dm_raid; do
42
42
        manual_add_modules ${x}
43
43
done