Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 598694 - sys-kernel/genkernel : Incorrect check for "Disable ZFS when support is missing"
Summary: sys-kernel/genkernel : Incorrect check for "Disable ZFS when support is missing"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Genkernel Maintainers
URL: https://gitweb.gentoo.org/proj/genker...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-01 17:19 UTC by Brian Evans (RETIRED)
Modified: 2016-11-01 18:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Evans (RETIRED) gentoo-dev 2016-11-01 17:19:46 UTC
On lines 325 and 337 of defaults/linuxrc, there are two checks for variables that will never succeed.

if [ "USE_ZFS" = "1" ]

This should be:

if [ "${USE_ZFS}" = "1" ]
Comment 1 Rick Farina (Zero_Chaos) gentoo-dev 2016-11-01 18:01:13 UTC
fixed in git, will be in the next release