summaryrefslogtreecommitdiffstats
path: root/remote/rootfs
diff options
context:
space:
mode:
authorMichael Pereira Neves2014-05-29 22:36:54 +0200
committerMichael Pereira Neves2014-05-29 22:36:54 +0200
commit5dae21cebabd8cda23da0b42e72530bc4f2169dc (patch)
tree683c37d6e5f32d256732ccff6e76e8d36a11e218 /remote/rootfs
parent[brazilian] add executable flag (diff)
downloadtm-scripts-5dae21cebabd8cda23da0b42e72530bc4f2169dc.tar.gz
tm-scripts-5dae21cebabd8cda23da0b42e72530bc4f2169dc.tar.xz
tm-scripts-5dae21cebabd8cda23da0b42e72530bc4f2169dc.zip
[rfs31] prevent modprobe from spamming
Diffstat (limited to 'remote/rootfs')
-rwxr-xr-xremote/rootfs/rootfs-stage31/data/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/rootfs/rootfs-stage31/data/init b/remote/rootfs/rootfs-stage31/data/init
index 00235767..2a4a29bc 100755
--- a/remote/rootfs/rootfs-stage31/data/init
+++ b/remote/rootfs/rootfs-stage31/data/init
@@ -61,7 +61,7 @@ for opts in ${KCL}; do
done
# load kernel modules as given in /etc/modules
-modprobe -a -b $(cat /etc/modules)
+modprobe -a -b $(cat /etc/modules) 2>/dev/null
. "/inc/drm.functions"