From: Stoiko Ivanov Date: Fri, 24 Jun 2022 12:55:52 +0000 (+0200) Subject: d/control: add new zfs-dracut package X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=68469c1a83ab4e9eab57ef23eb6a91c2e58252cf;p=zfsonlinux.git d/control: add new zfs-dracut package following debian upstream (which pulled it in from Ubuntu in 44915cf387d45a123b11a8c24d3f30a8fdbcc532) Signed-off-by: Stoiko Ivanov --- diff --git a/debian/control b/debian/control index b6029e8..65900c3 100644 --- a/debian/control +++ b/debian/control @@ -184,6 +184,19 @@ Description: OpenZFS root filesystem capabilities for Linux - initramfs This package adds OpenZFS to the system initramfs with a hook for the initramfs-tools infrastructure. +Package: zfs-dracut +Architecture: all +Depends: dracut, + zfsutils-linux (>= ${source:Version}), + ${misc:Depends} +Description: OpenZFS root filesystem capabilities for Linux - dracut + OpenZFS is a storage platform that encompasses the functionality of + traditional filesystems and volume managers. It supports data checksums, + compression, encryption, snapshots, and more. + . + This package adds OpenZFS to the system initramfs with a hook + for the dracut infrastructure. + Package: zfsutils-linux Section: contrib/admin Architecture: linux-any diff --git a/debian/zfs-dracut.install b/debian/zfs-dracut.install new file mode 100644 index 0000000..8c2bf1b --- /dev/null +++ b/debian/zfs-dracut.install @@ -0,0 +1,2 @@ +usr/lib/dracut +usr/share/man/man7/dracut.zfs.7