]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - contrib/initramfs/hooks/zfs
New upstream version 0.7.4
[mirror_zfs-debian.git] / contrib / initramfs / hooks / zfs
index 26aaa6e186f0d59f6611533b7f29088323e70cfd..31db67c25bbab769668d18f62cf390e1ebcf7437 100755 (executable)
@@ -15,7 +15,8 @@ COPY_FILE_LIST="$COPY_FILE_LIST /etc/zfs/zfs-functions /etc/zfs/vdev_id.conf"
 COPY_FILE_LIST="$COPY_FILE_LIST /lib/udev/rules.d/69-vdev.rules"
 
 # These prerequisites are provided by the base system.
-COPY_EXEC_LIST="$COPY_EXEC_LIST /bin/hostname /sbin/blkid"
+COPY_EXEC_LIST="$COPY_EXEC_LIST /usr/bin/dirname /bin/hostname /sbin/blkid"
+COPY_EXEC_LIST="$COPY_EXEC_LIST /usr/bin/env"
 
 # Explicitly specify all kernel modules because automatic dependency resolution
 # is unreliable on many systems.