mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
initscripts: remove /var/cache from volatiles
(From OE-Core rev: 961376bf34dbc65e649c3fe6f2d9e1838d987aef) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0bb55777ba
commit
ebe0730946
@@ -21,12 +21,10 @@
|
||||
# This explains the order of "link before object" as in the example above, where
|
||||
# a link will be created at /var/test pointing to /tmp/testfile and due to this
|
||||
# link the file defined as /var/test will actually be created as /tmp/testfile.
|
||||
d root root 0755 /var/volatile/cache none
|
||||
d root root 1777 /var/volatile/lock none
|
||||
d root root 0755 /var/volatile/log none
|
||||
d root root 0755 /var/volatile/run none
|
||||
d root root 1777 /var/volatile/tmp none
|
||||
l root root 0755 /var/cache /var/volatile/cache
|
||||
l root root 1777 /var/lock /var/volatile/lock
|
||||
l root root 0755 /var/log /var/volatile/log
|
||||
l root root 0755 /var/run /var/volatile/run
|
||||
|
||||
Reference in New Issue
Block a user