summaryrefslogtreecommitdiffstats
path: root/remote/rootfs
diff options
context:
space:
mode:
Diffstat (limited to 'remote/rootfs')
-rw-r--r--remote/rootfs/rootfs-stage32/data/etc/modprobe.d/blacklist3
-rwxr-xr-xremote/rootfs/rootfs-stage32/data/etc/udhcpc.openslx.script2
2 files changed, 4 insertions, 1 deletions
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
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
;;