Commit a44731a1 authored by Mikhail Gordeev's avatar Mikhail Gordeev Committed by Anton Midyukov

build-ve: fix /run and /run/lock for ve images

Create another script for docker image, because it has no init system for handling creation of tmpfiles.
parent 2968101c
#!/bin/sh
[ ! -L /var/run ] && rm -rf /var/run && mkdir -p /run && ln -s ../run /var/run
[ ! -L /var/lock ] && rm -rf /var/lock && mkdir -p /run/lock && ln -s ../run/lock /var/lock
:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment