summaryrefslogtreecommitdiffstats
path: root/core/rootfs
diff options
context:
space:
mode:
authorSimon Rettberg2020-05-19 17:08:04 +0200
committerroot2020-05-19 17:08:04 +0200
commitaafa8a4f79071a01015b1adf5727e7d42d93b3a7 (patch)
tree0b5bd85ee12a9a06bccb939063c689b93baa49e8 /core/rootfs
parent[lightdm-greeter-bwlp] Tweak again (diff)
downloadmltk-aafa8a4f79071a01015b1adf5727e7d42d93b3a7.tar.gz
mltk-aafa8a4f79071a01015b1adf5727e7d42d93b3a7.tar.xz
mltk-aafa8a4f79071a01015b1adf5727e7d42d93b3a7.zip
[rfs-stage31] Don't check for misc kernel module folder
Might be compiled-in
Diffstat (limited to 'core/rootfs')
-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