From 1405e2224182c6c95380ab803710d2cedfe7f4e0 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 23 Jan 2013 19:09:41 +0100 Subject: [PATCH] busybox-mdev: create shared-memory mount point Signed-off-by: Javier Viguera --- meta-digi-del/recipes-core/busybox/busybox-1.20.2/mdev | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-digi-del/recipes-core/busybox/busybox-1.20.2/mdev b/meta-digi-del/recipes-core/busybox/busybox-1.20.2/mdev index ec6e74e5c..8744474b8 100755 --- a/meta-digi-del/recipes-core/busybox/busybox-1.20.2/mdev +++ b/meta-digi-del/recipes-core/busybox/busybox-1.20.2/mdev @@ -24,6 +24,9 @@ MDEV="/sbin/mdev" # MAKEDEVS="/sbin/makedevs" # CONFIG="/etc/makedevs.d/${DEL_PLATFORM}" +# Create shared memory mount point +mkdir -p /dev/shm + # Register mdev as hotplug to create devices. if [ -f /proc/sys/kernel/hotplug ]; then echo > /dev/mdev.seq