diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-core/systemd/systemd/init | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd/init b/meta/recipes-core/systemd/systemd/init index 32a474d72d..ac56ccaa72 100644 --- a/meta/recipes-core/systemd/systemd/init +++ b/meta/recipes-core/systemd/systemd/init | |||
| @@ -43,6 +43,9 @@ case "$1" in | |||
| 43 | [ -e /dev/shm ] || mkdir -m 1777 /dev/shm | 43 | [ -e /dev/shm ] || mkdir -m 1777 /dev/shm |
| 44 | mount -a -t tmpfs 2>/dev/null | 44 | mount -a -t tmpfs 2>/dev/null |
| 45 | mkdir -p /var/volatile/run | 45 | mkdir -p /var/volatile/run |
| 46 | if [ ! -e /run ]; then | ||
| 47 | ln -s /var/run /run | ||
| 48 | fi | ||
| 46 | 49 | ||
| 47 | # cache handling | 50 | # cache handling |
| 48 | if [ "$DEVCACHE" != "" ]; then | 51 | if [ "$DEVCACHE" != "" ]; then |
