Commit 47e281de authored by Anton Midyukov's avatar Anton Midyukov

init: drop live/image-scripts.d/50-var-run-fix (fix clash with rootfs script)

live/image-scripts.d/50-var-run-fix clash with rootfs/image-scripts.d/50-var-run-fix.
parent 1d474415
#!/bin/sh
# this was a bunch of dirty complaints
sed -i 's,/var/run,/run,' /{etc,lib}/tmpfiles.d/*.conf ||:
[ ! -L /var/run ] && rm -r /var/run && ln -s ../run /var/run
[ ! -L /var/lock ] && rm -r /var/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