diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-24 01:19:10 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-24 01:19:10 +0200 |
commit | c17a6b7f65d85185d0b9fedc16026db30b396eeb (patch) | |
tree | 80696b02c8d5b736afa51090bd07c1912dceb225 /base | |
parent | 29de24c632bddfb6adfd49a13b32c3c1f9e95b1a (diff) | |
download | nutyx-pakxe-c17a6b7f65d85185d0b9fedc16026db30b396eeb.tar.gz nutyx-pakxe-c17a6b7f65d85185d0b9fedc16026db30b396eeb.tar.bz2 nutyx-pakxe-c17a6b7f65d85185d0b9fedc16026db30b396eeb.tar.xz nutyx-pakxe-c17a6b7f65d85185d0b9fedc16026db30b396eeb.zip |
module-init-tools, ajout de la blacklist
Diffstat (limited to 'base')
-rw-r--r-- | base/module-init-tools/.footprint | 1 | ||||
-rw-r--r-- | base/module-init-tools/.md5sum | 1 | ||||
-rwxr-xr-x | base/module-init-tools/Pkgfile | 3 |
3 files changed, 4 insertions, 1 deletions
diff --git a/base/module-init-tools/.footprint b/base/module-init-tools/.footprint index af7e996e9..07b28a8cc 100644 --- a/base/module-init-tools/.footprint +++ b/base/module-init-tools/.footprint @@ -3,6 +3,7 @@ drwxr-xr-x root/root bin/ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/depmod.d/ drwxr-xr-x root/root etc/modprobe.d/ +-rw-r--r-- root/root etc/modprobe.d/blacklist-fb -rw-r--r-- root/root etc/modprobe.d/modprobe.conf drwxr-xr-x root/root sbin/ -rwxr-xr-x root/root sbin/depmod diff --git a/base/module-init-tools/.md5sum b/base/module-init-tools/.md5sum index adc2b2037..e02bfcb3d 100644 --- a/base/module-init-tools/.md5sum +++ b/base/module-init-tools/.md5sum @@ -1,2 +1,3 @@ +4148adea745af5121963f6b731b60013 blacklist-fb 9b4b6f3a50e9d352bba107488c053cd2 modprobe.conf 28dfcb9e24cdbeb12b99ac1eb8af7dea module-init-tools-3.11.1.tar.bz2 diff --git a/base/module-init-tools/Pkgfile b/base/module-init-tools/Pkgfile index 417e20fce..fff52340d 100755 --- a/base/module-init-tools/Pkgfile +++ b/base/module-init-tools/Pkgfile @@ -8,7 +8,7 @@ name=module-init-tools version=3.11.1 release=1 source=(http://www.kernel.org/pub/linux/utils/kernel/$name/$name-$version.tar.bz2\ - modprobe.conf) + modprobe.conf blacklist-fb) build() { cd $name-$version @@ -25,4 +25,5 @@ install -d $PKG/etc/{modprobe.d,depmod.d} make DESTDIR=$PKG mandir=/usr/share/man install rm -f $PKG/sbin/generate-modprobe.conf install -m 644 ../modprobe.conf $PKG/etc/modprobe.d/modprobe.conf +install -m 644 ../blacklist-fb $PKG/etc/modprobe.d/ } |