Bug#541864: [PATCH] move blacklist script from init-premount to init-top

2009-08-16 Thread Tormod Volden
To have it take effect as early as possible. Signed-off-by: Tormod Volden --- Now that I am looking at it, wouldn't it make sense to build the blacklist file already in init-top? I don't see why init-premount was chosen instead, but maybe I am missing something. This patch is on

Bug#541864: [PATCH] write blacklisted modules to /etc/modprobe.d/initramfs.conf

2009-08-16 Thread Tormod Volden
Package: initramfs-tools Newer modprobe will only look at .conf files. --- scripts/init-premount/blacklist |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/init-premount/blacklist b/scripts/init-premount/blacklist index 1dd9dbc..2164906 100755 --- a/scripts/init-p