no hibernate for ZFS systems
This commit is contained in:
parent
97019fee71
commit
5fed01f63e
1 changed files with 2 additions and 1 deletions
|
@ -29,8 +29,9 @@ in
|
||||||
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||||
boot.supportedFilesystems = [ "zfs" ];
|
boot.supportedFilesystems = [ "zfs" ];
|
||||||
|
|
||||||
|
# no hibernate for ZFS systems
|
||||||
# don't check for split locks, for KVM and Co.
|
# don't check for split locks, for KVM and Co.
|
||||||
boot.kernelParams = [ "split_lock_detect=off" ];
|
boot.kernelParams = [ "nohibernate" "split_lock_detect=off" ];
|
||||||
|
|
||||||
# tweak ZFS
|
# tweak ZFS
|
||||||
boot.extraModprobeConfig = ''
|
boot.extraModprobeConfig = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue