Добавлены USE флаги для ядер pae и muqss
This commit is contained in:
parent
d995b09264
commit
ba575c53d3
2 changed files with 4 additions and 1 deletions
|
@ -18,7 +18,6 @@
|
|||
inherit calculate eutils kernel-2
|
||||
EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_postinst
|
||||
|
||||
IUSE="+vmlinuz minimal themes firmware +grub"
|
||||
|
||||
REQUIRED_USE="minimal? ( vmlinuz )
|
||||
grub? ( vmlinuz )"
|
||||
|
@ -39,6 +38,8 @@ RDEPEND="${CDEPEND} vmlinuz? ( sys-kernel/dracut )"
|
|||
detect_version
|
||||
detect_arch
|
||||
|
||||
IUSE="+vmlinuz muqss pae minimal themes firmware +grub"
|
||||
|
||||
if [[ ${KV_MAJOR} -lt 3 ]]
|
||||
then
|
||||
die "Eclass is used only for kernel-3"
|
||||
|
|
|
@ -41,3 +41,5 @@ sys-kernel/calculate-sources:firmware - Install linux kernel firmware
|
|||
sys-kernel/calculate-sources:minimal - Don't install kernel sources
|
||||
sys-kernel/calculate-sources:themes - Adds Calculate themes dependence
|
||||
sys-kernel/calculate-sources:vmlinuz - Build kernel, modules and initramfs
|
||||
sys-kernel/calculate-sources:pae - Build kernel with PAE
|
||||
sys-kernel/calculate-sources:muqss - Build kernel with MuQSS
|
||||
|
|
Loading…
Add table
Reference in a new issue