From f83b20c902191d96701682fb53b4628fd33af5e3 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 9 May 2013 17:44:27 +0200 Subject: fix tarcopy for vmplayer fix mountexport to only run when cmdline contains "mount", not vice versa --- remote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote/rootfs') diff --git a/remote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script b/remote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script index eddf3bd1..0bdd796d 100755 --- a/remote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script +++ b/remote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script @@ -61,7 +61,7 @@ search lp.ruf.uni-freiburg.de fi # TODO i.e. event trigger - [ "x$(grep -ci mount /proc/cmdline)" == "x0" ] && systemctl start nfs-mount.service + [ "x$(grep -ci mount /proc/cmdline)" != "x0" ] && systemctl start nfs-mount.service ;; -- cgit v1.2.3-55-g7522 From 7533e93030bbffe6dff4c827ebb3b82c53ae3f08 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 9 May 2013 17:55:42 +0200 Subject: blacklist annoying moduels --- remote/rootfs/rootfs-stage32/data/etc/modprobe.d/blacklist | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 remote/rootfs/rootfs-stage32/data/etc/modprobe.d/blacklist (limited to 'remote/rootfs') diff --git a/remote/rootfs/rootfs-stage32/data/etc/modprobe.d/blacklist b/remote/rootfs/rootfs-stage32/data/etc/modprobe.d/blacklist new file mode 100644 index 00000000..cedabdcb --- /dev/null +++ b/remote/rootfs/rootfs-stage32/data/etc/modprobe.d/blacklist @@ -0,0 +1,3 @@ +# evbug byebye +blacklist evbug +blacklist pcspkr -- cgit v1.2.3-55-g7522