Skip to content

Commit

Permalink
Merge pull request #99386 from mohe2015/smaller-system
Browse files Browse the repository at this point in the history
grub2: Properly disable zfs by default
  • Loading branch information
Mic92 committed Jan 23, 2021
2 parents 01ea0b5 + d44c621 commit 38833ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/misc/grub/2.0x.nix
Expand Up @@ -3,7 +3,7 @@
, fuse # only needed for grub-mount
, zfs ? null
, efiSupport ? false
, zfsSupport ? true
, zfsSupport ? false
, xenSupport ? false
}:

Expand Down

0 comments on commit 38833ce

Please sign in to comment.