Re: [PATCH v5] Add kernel parameter to blacklist modules
Prarit Bhargava writes: > Rusty, this looks like it will work. I tested this by adding Applied. Hey, we got there in the end! Thanks for your patience, Rusty.
[PATCH v5] Add kernel parameter to blacklist modules
Rusty, this looks like it will work. I tested this by adding module_blacklist=acpi_cpufreq,dummy_module as a kernel parameter, and verified that acpi_cpufreq was not loaded during the initrd and systemd phases of the boot. I then tried to manually load a simple module called dummy_modul