mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
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>
This commit is contained in:
parent
9bed3684ff
commit
c2ff6267a7
@ -40,5 +40,3 @@ progress "mounting needed filesystems"
|
||||
mkdir -p /var/log
|
||||
fi
|
||||
|
||||
touch /var/log/wtmp
|
||||
chmod 1777 /var/log/wtmp
|
||||
|
@ -26,3 +26,4 @@ d /var/run 1777 root root 10d -
|
||||
d /var/tmp 1777 root root 10d -
|
||||
|
||||
f /var/run/utmp 1777 root root 10d -
|
||||
f /var/log/wtmp 1777 root root 10d -
|
||||
|
Loading…
x
Reference in New Issue
Block a user