Skip to content
Snippets Groups Projects
Commit 291d8d11 authored by Pavel Zhukov's avatar Pavel Zhukov Committed by Andrei Gherzan
Browse files

writables.class: Use /run instead of /var/run


/var/run is a symlink to /run nowadays.

Signed-off-by: default avatarPavel Zhukov <pavel.zhukov@huawei.com>
parent 8b7d2ccf
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
...@@ -34,7 +34,7 @@ inherit systemd ...@@ -34,7 +34,7 @@ inherit systemd
# mountpoint handled with systemd mount unit. In this way the state/writable # mountpoint handled with systemd mount unit. In this way the state/writable
# systemd mount units this class generates, will have the correct dependency on # systemd mount units this class generates, will have the correct dependency on
# having the read-write partition mounted. # having the read-write partition mounted.
SYSTEM_STATE_RUNTIME_MOUNTPOINT ??= "/var/run/mount/sysdata" SYSTEM_STATE_RUNTIME_MOUNTPOINT ??= "/run/mount/sysdata"
SYSTEM_STATE_MOUNT_UNIT ??= "run-mount-sysdata.mount" SYSTEM_STATE_MOUNT_UNIT ??= "run-mount-sysdata.mount"
# The mount units depend on having the system state partition mounted at a # The mount units depend on having the system state partition mounted at a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment