modprobe: blacklist modules on kernel commandline
commit69c099d4371aef5df2129816fefe50d51cb6ae19
authorTom Gundersen <teg@jklm.no>
Thu, 26 May 2011 18:57:55 +0000 (26 20:57 +0200)
committerJon Masters <jcm@jonmasters.org>
Tue, 31 May 2011 03:01:22 +0000 (30 23:01 -0400)
treeb77406bddb0cb8869113d6e2a264daab81fb7a6c
parent4bf5e394ea98521ace30cec78c1054083ee92007
modprobe: blacklist modules on kernel commandline

Modules mod1, mod2 and mod3 can now be blacklisted by passing

modprobe.blacklist=mod1,mod2,mod3

on the kernel command line.

This is useful in case a module prevents the system from booting.

Cc: Jon Masters <jcm@jonmasters.org>
Cc: Kay Sievers <kay.sievers@vrfy.org>
Cc: Aaron Griffin <aaron@archlinux.org>
Cc: Thomas Bächler <thomas@archlinux.org>
Signed-off-by: Tom Gundersen <teg@jklm.no>
Signed-off-by: Jon Masters <jcm@jonmasters.org>
modprobe.c