diff --git a/010_zfs.sh b/010_zfs.sh index 5882423..61c1bc5 100644 --- a/010_zfs.sh +++ b/010_zfs.sh @@ -2,7 +2,7 @@ apt-get install -y dkms busybox-static apt-get install -y initramfs-tools dh-autoreconf apt-get install -y spl spl-dkms -apt-get install -y zfs-dkms zfs-initramfs zfsutils-linux +apt-get install -y linux-headers-$(uname -r) zfs-dkms zfs-initramfs zfsutils-linux apt-get install -y zfs-zed # linux default, mount partitions even if non-empty, the no option really only makes sense if the directory being mounted on has been declared as a mount point only and is therefore guaranteed to be empty.