grub2: Properly disable zfs by default
This commit is contained in:
parent
515fcfe4a8
commit
d44c6219b8
|
@ -3,7 +3,7 @@
|
||||||
, fuse # only needed for grub-mount
|
, fuse # only needed for grub-mount
|
||||||
, zfs ? null
|
, zfs ? null
|
||||||
, efiSupport ? false
|
, efiSupport ? false
|
||||||
, zfsSupport ? true
|
, zfsSupport ? false
|
||||||
, xenSupport ? false
|
, xenSupport ? false
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue