Commit graph

17 commits

Author SHA1 Message Date
Matthias Reichl
a62294272a busybox: create /storage/.cache/kernel-overlays via tmpfiles.d
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-02-08 16:16:17 +01:00
CvH
1b9cbdaf26 spdx: packages/sysutils 2018-07-18 22:37:47 +02:00
Matthias Reichl
71eeeedd75 busybox: remove /var/run/utmp from tmpfiles.d
/run/utmp is already in systemd's default config, with proper flags
(boot only) and permissions, and /var/run is a symlink to /run as
per systemd standard so we don't need to list /var/run/utmp in
busybox's tmpfiles list.

This also removes these systemd boot warnings
  Line references path below legacy directory /var/run/
  Duplicate line for path "/run/utmp", ignoring.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-24 15:09:52 +02:00
MilhouseVH
4f89c4aa68 busybox: drop /var/lock - already created by legacy.conf from systemd 2017-12-09 18:35:30 +00:00
chewitt
b3dcdea6bf busybox: create /storage/backup by default 2016-10-01 05:10:29 +01:00
Stefan Saraev
50b84c5ccf busybox: add /storage/.config to tmpfiles 2015-01-19 15:15:05 +02:00
Stefan Saraev
0e5c443160 buusybox: set kernel.core_pattern 2015-01-04 00:10:13 +02:00
Stephan Raue
5eb91bcf1b busybox: create /storage/.update by default, cosmetics
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-08-17 17:49:32 +02:00
Stefan Saraev
c4c0c074c5 tmpfiles.d: cleanup. rename 2014-06-12 19:39:39 +02:00
Stefan Saraev
2307d68c8e busybox: tmpfiles.d: symlink /var/run -> /run. run early 2014-02-26 19:55:46 +02:00
Stephan Raue
0f3e2d4ffa update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-21 21:51:48 +01:00
Stefan Saraev
810b0da190 .cache/openelec is a dir. a not file
.. so create it via tmpfiles.d + trailing / to
default service configs. or very bad thing happens.
2013-09-17 13:07:08 +03:00
Stefan Saraev
81ec09dceb tmpfiles.d/*: clean up "age".. 2013-08-06 15:17:41 +02:00
Stephan Raue
6a9f6f2d9a busybox: create /var/log, dont create /var/tmp and /var/log/wtmp (done by systemd)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-08-05 10:44:06 +02:00
Stephan Raue
c2ff6267a7 busybox: create /var/log/wtmp again from tmpfiles.d config, because its done after calling '01_mount-filesystem'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-07-13 15:01:34 +02:00
Stefan Saraev
9bed3684ff busybox: persistent debug logs... 2013-07-13 15:44:41 +03:00
Stephan Raue
a3e6ecd46e busybox: add tmpfiles.d support, cleanup old initscript todo the same
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-07-12 20:40:30 +02:00