Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 416375
Collapse All | Expand All

(-)genkernel-9999.ebuild (-3 / +1 lines)
Lines 58-64 Link Here
58
LICENSE="GPL-2"
58
LICENSE="GPL-2"
59
SLOT="0"
59
SLOT="0"
60
RESTRICT=""
60
RESTRICT=""
61
IUSE="crypt cryptsetup ibm selinux"  # Keep 'crypt' in to keep 'use crypt' below working!
61
IUSE="cryptsetup ibm selinux"
62
62
63
DEPEND="sys-fs/e2fsprogs
63
DEPEND="sys-fs/e2fsprogs
64
	selinux? ( sys-libs/libselinux )"
64
	selinux? ( sys-libs/libselinux )"
Lines 153-163 Link Here
153
	ewarn "The LUKS support has changed from versions prior to 3.4.4.  Now,"
153
	ewarn "The LUKS support has changed from versions prior to 3.4.4.  Now,"
154
	ewarn "you use crypt_root=/dev/blah instead of real_root=luks:/dev/blah."
154
	ewarn "you use crypt_root=/dev/blah instead of real_root=luks:/dev/blah."
155
	echo
155
	echo
156
	if use crypt && ! use cryptsetup ; then
157
		ewarn "Local use flag 'crypt' has been renamed to 'cryptsetup' (bug #414523)."
156
		ewarn "Local use flag 'crypt' has been renamed to 'cryptsetup' (bug #414523)."
158
		ewarn "Please set flag 'cryptsetup' for this very package if you would like"
157
		ewarn "Please set flag 'cryptsetup' for this very package if you would like"
159
		ewarn "to have genkernel create an initramfs with LUKS support."
158
		ewarn "to have genkernel create an initramfs with LUKS support."
160
		ewarn "Sorry for the inconvenience."
159
		ewarn "Sorry for the inconvenience."
161
		echo
160
		echo
162
	fi
163
}
161
}

Return to bug 416375