zfsLegacyCrypto: set incompatibleKernelVersion to 4.16
This commit is contained in:
parent
e50c5382eb
commit
692e0b5f3a
@ -182,9 +182,11 @@ in {
|
|||||||
spl = splUnstable;
|
spl = splUnstable;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TODO: Remove this module before 18.09
|
||||||
|
# also remove boot.zfs.enableLegacyCrypto
|
||||||
zfsLegacyCrypto = common {
|
zfsLegacyCrypto = common {
|
||||||
# comment/uncomment if breaking kernel versions are known
|
# comment/uncomment if breaking kernel versions are known
|
||||||
incompatibleKernelVersion = null;
|
incompatibleKernelVersion = "4.16";
|
||||||
|
|
||||||
# this package should point to a version / git revision compatible with the latest kernel release
|
# this package should point to a version / git revision compatible with the latest kernel release
|
||||||
version = "2018-02-01";
|
version = "2018-02-01";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user