Skip to content

Commit

Permalink
mdev: create /dev/shm directory when missing
Browse files Browse the repository at this point in the history
  • Loading branch information
athoik committed Apr 17, 2020
1 parent e2f220a commit c4a0f74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta-openpli/recipes-core/busybox/busybox/mdev
Expand Up @@ -8,4 +8,6 @@ touch /dev/.udev

[ -d "/sys/kernel" ] || mount sysfs /sys -t sysfs

[ -d "/dev/shm" ] || mkdir /dev/shm

mdev -s

0 comments on commit c4a0f74

Please sign in to comment.