Skip to content

Commit

Permalink
Add the vdev_id udev helper to the initramfs hook.
Browse files Browse the repository at this point in the history
The `/lib/udev/vdev_id` helper is superceding the `/lib/udev/zpool_id` helper,
which is deprecated and will be soon removed upstream. openzfs/zfs#1183
  • Loading branch information
dajhorn committed Jan 24, 2013
1 parent 876ef85 commit bccc23f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/tree/zfsutils/usr/share/initramfs-tools/hooks/zdev
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#

PREREQ="udev"
PREREQ_UDEV_RULES="60-zpool.rules 60-zvol.rules"
COPY_EXEC_LIST="/lib/udev/zvol_id /lib/udev/zpool_id"
PREREQ_UDEV_RULES="60-zpool.rules 60-zvol.rules 69-vdev.rules"
COPY_EXEC_LIST="/lib/udev/vdev_id /lib/udev/zvol_id /lib/udev/zpool_id"

# Generic result code.
RC=0
Expand Down

0 comments on commit bccc23f

Please sign in to comment.