diff options
| author | Michael Pereira Neves | 2014-05-29 22:36:54 +0200 |
|---|---|---|
| committer | Michael Pereira Neves | 2014-05-29 22:36:54 +0200 |
| commit | 5dae21cebabd8cda23da0b42e72530bc4f2169dc (patch) | |
| tree | 683c37d6e5f32d256732ccff6e76e8d36a11e218 | |
| parent | [brazilian] add executable flag (diff) | |
| download | tm-scripts-5dae21cebabd8cda23da0b42e72530bc4f2169dc.tar.gz tm-scripts-5dae21cebabd8cda23da0b42e72530bc4f2169dc.tar.xz tm-scripts-5dae21cebabd8cda23da0b42e72530bc4f2169dc.zip | |
[rfs31] prevent modprobe from spamming
| -rwxr-xr-x | remote/rootfs/rootfs-stage31/data/init | 2 |
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" |
