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:
Stephan Raue 2013-07-13 15:01:34 +02:00
parent 9bed3684ff
commit c2ff6267a7
2 changed files with 1 additions and 2 deletions

View File

@ -40,5 +40,3 @@ progress "mounting needed filesystems"
mkdir -p /var/log
fi
touch /var/log/wtmp
chmod 1777 /var/log/wtmp

View File

@ -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 -