blob: 6d11954f91ee3d9e7165547a8a90f8c42938cc95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
commit 1c050920d584c2a26b9088fb8e5234b6818ba682
Author: Natanael Copa <ncopa@alpinelinux.org>
Date: Fri May 15 13:21:43 2009 +0000
add the modprobe blacklist to initramfs image
diff --git a/files.d/base b/files.d/base
index 3387370..c16fe0b 100644
--- a/files.d/base
+++ b/files.d/base
@@ -10,3 +10,4 @@
/lib/ld-uClibc.so*
/lib/mdev
/sbin/apk
+/etc/modprobe.d/blacklist
|