Bug 31767 - Добавить возможность исключения модулей в initrd.mk
Summary: Добавить возможность исключения модулей в initrd.mk
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: make-initrd (show other bugs)
Version: unstable
Hardware: all Linux
: P3 enhancement
Assignee: Alexey Gladkov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-08 12:22 MSK by Sergey Y. Afonin
Modified: 2017-03-30 12:23 MSK (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Y. Afonin 2016-02-08 12:22:34 MSK
По аналогии с 
MODULES_ADD += ahci ata_piix
хочется иметь возможность сделать
MODULES_ADD -= nouveau nvidia
Comment 1 Alexey Gladkov 2016-06-23 00:48:19 MSK
существует BLACKLIST_MODULES для этих целей.
Comment 2 Sergey Y. Afonin 2017-03-30 12:23:55 MSK
А с какой версии ? В make-initrd-0.8.14/README.ru (p8) параметр отсутствует.