summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcore/rootfs/rootfs-stage31/data/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/rootfs/rootfs-stage31/data/init b/core/rootfs/rootfs-stage31/data/init
index ce195961..323b4196 100755
--- a/core/rootfs/rootfs-stage31/data/init
+++ b/core/rootfs/rootfs-stage31/data/init
@@ -42,7 +42,7 @@ haveged --pidfile /tmp/haveged.pid # Tries to put it in /var/run by default, whi
# IMPORTANT - check if kernel modules in initrams match kernel version
BASEDIR="/lib/modules/$(uname -r)/kernel/drivers"
-for dir in gpu hid misc; do
+for dir in gpu hid; do
if ! [ -d "$BASEDIR/$dir" ]; then
echo "0" > /proc/sys/kernel/printk
reset