summaryrefslogtreecommitdiffstats
path: root/remote/rootfs/rootfs-stage31
diff options
context:
space:
mode:
authorSimon Rettberg2013-05-09 15:31:18 +0200
committerSimon Rettberg2013-05-09 15:31:18 +0200
commitbf0cd7bbe053ccdc35dbc108de5d90edaf093e7c (patch)
treefe4c9ce5fa7b3e8b76fdafec55952dc6e272a010 /remote/rootfs/rootfs-stage31
parentdaemon stuff on tty11 (diff)
downloadtm-scripts-bf0cd7bbe053ccdc35dbc108de5d90edaf093e7c.tar.gz
tm-scripts-bf0cd7bbe053ccdc35dbc108de5d90edaf093e7c.tar.xz
tm-scripts-bf0cd7bbe053ccdc35dbc108de5d90edaf093e7c.zip
move modprobing log-file
add another symlink for suse
Diffstat (limited to 'remote/rootfs/rootfs-stage31')
-rwxr-xr-xremote/rootfs/rootfs-stage31/data/init4
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/rootfs/rootfs-stage31/data/init b/remote/rootfs/rootfs-stage31/data/init
index 2e679dad..9c40dae4 100755
--- a/remote/rootfs/rootfs-stage31/data/init
+++ b/remote/rootfs/rootfs-stage31/data/init
@@ -29,8 +29,8 @@ echo "/sbin/mdev" > /proc/sys/kernel/hotplug
for DRM in /lib/modules/*/kernel/drivers/gpu/drm/*.ko /lib/modules/*/kernel/drivers/gpu/drm/*/*.ko; do
DRM="$(basename "$DRM")"
DRM="${DRM%.ko}"
- echo "Trying to load module $DRM" >> /mnt/modprobing
- modprobe "$DRM" >> /mnt/modprobing 2>> /mnt/modprobing
+ echo "Trying to load module $DRM" >> /mnt/var/log/modprobing
+ modprobe "$DRM" >> /mnt/var/log/modprobing 2>> /mnt/var/log/modprobing
done
# read kernel command line for debugging switch