Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

superfluous dependency on zfs-util of grub #33628

Closed
sorokin opened this issue Jan 8, 2018 · 1 comment
Closed

superfluous dependency on zfs-util of grub #33628

sorokin opened this issue Jan 8, 2018 · 1 comment

Comments

@sorokin
Copy link
Contributor

sorokin commented Jan 8, 2018

At the moment grub2 has unconditional dependency on zfs. See file pkgs/tools/misc/grub/2.0x.nix:

 , zfsSupport ? true

I believe this is wrong, because there is a configuration option:

boot.loader.grub.zfsSupport
Whether GRUB should be built against libzfs. ZFS support is only available for GRUB v2. This option is ignored for GRUB v1.
Type: boolean
Default: false

Even when the option is false, grub depends on zfs-util.

I believe grub configuration should respect configuration option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@grahamc @sorokin and others