summaryrefslogtreecommitdiffstats
path: root/core/rootfs/rootfs-stage31/data/init
diff options
context:
space:
mode:
authorSimon Rettberg2021-11-12 09:27:36 +0100
committerSimon Rettberg2021-11-12 09:27:36 +0100
commitc09f64e556ae3a6b3b9c5ab172c4e5c54f539512 (patch)
tree74ab0f3fe94be8a05db0946282eb0d9f9d919030 /core/rootfs/rootfs-stage31/data/init
parentUpdate kernel config (diff)
downloadmltk-c09f64e556ae3a6b3b9c5ab172c4e5c54f539512.tar.gz
mltk-c09f64e556ae3a6b3b9c5ab172c4e5c54f539512.tar.xz
mltk-c09f64e556ae3a6b3b9c5ab172c4e5c54f539512.zip
/var/run -> /run
Diffstat (limited to 'core/rootfs/rootfs-stage31/data/init')
-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 1ae27939..cb0b70a0 100755
--- a/core/rootfs/rootfs-stage31/data/init
+++ b/core/rootfs/rootfs-stage31/data/init
@@ -38,7 +38,7 @@ HOTPLUG=$!
busybox mount -n -t tmpfs -o 'mode=755,size=10m' run "/run"
busybox mount -n -t tmpfs -o 'mode=755,size=50m' temp "/tmp"
-haveged --pidfile /tmp/haveged.pid # Tries to put it in /var/run by default, which doesn't exist so it just dies without any error message :-/
+haveged --pidfile /tmp/haveged.pid # Tries to put it in /run by default, which doesn't exist so it just dies without any error message :-/
# IMPORTANT - check if kernel modules in initrams match kernel version
BASEDIR="/lib/modules/$(uname -r)/kernel/drivers"