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-premount/blacklist
+++ b/scripts/init-premount/blacklist
@@ -21,5 +21,5 @@ esac
# write blacklist to modprobe.d
IFS=','
for b in ${blacklist}; do
- echo "blacklist $b" >> /etc/modprobe.d/initramfs
+ echo "blacklist $b" >> /etc/modprobe.d/initramfs.conf
done
--
1.6.3.3
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]