diff options
author | Simon Rettberg | 2020-05-19 17:08:04 +0200 |
---|---|---|
committer | root | 2020-05-19 17:08:04 +0200 |
commit | aafa8a4f79071a01015b1adf5727e7d42d93b3a7 (patch) | |
tree | 0b5bd85ee12a9a06bccb939063c689b93baa49e8 /core | |
parent | [lightdm-greeter-bwlp] Tweak again (diff) | |
download | mltk-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')
-rwxr-xr-x | core/rootfs/rootfs-stage31/data/init | 2 |
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 |