Go to file
Thomas Lamprecht 7c8450b4b1 buildsys: ensure that all sources are copied over to the build directory
The copy command:
 # cp -a ${ZFSSRC}/* ${ZFSDIR}/
did not copied over hidden files (those beginning with a dot) and
thus a upstream patches which changed also .gitignore did not worked
when copied over 1:1, instead of removing the changes to .gitignore
it's IMO better to copy the full sources ensuring the whole state of
the upstream project source repo is used.

With submodules we still do not copy over a potential big .git
folder, as we as submodule user have the submodules .git state in our
.git/modules folder where the submodule just references to.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-10-02 15:47:04 +02:00
debian followup: fpu struct initialized member was removed with 5.2 2019-10-02 07:20:58 +02:00
upstream@1222e921c9 update submodule and patches to 0.8.2 2019-09-30 06:59:38 +02:00
.gitmodules Move zfs to top-level directory 2019-05-24 12:02:52 +02:00
Makefile buildsys: ensure that all sources are copied over to the build directory 2019-10-02 15:47:04 +02:00
README update README 2019-02-27 13:46:27 +01:00

Proxmox VE packaging for ZFS on Linux

This is based on code from:

https://salsa.debian.org/zfsonlinux-team/zfs
https://salsa.debian.org/zfsonlinux-team/spl

We removed the dkms/modules related code, because we ship the
modules with the kernel.

For licensing questions, see:

http://open-zfs.org/wiki/Talk:FAQ