mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
busybox:
- also create /var/run/utmp and /var/log/wtmp and set mode
This commit is contained in:
parent
6ba42b0b8a
commit
fee652f481
@ -13,3 +13,9 @@ progress "make variable directory structure"
|
|||||||
|
|
||||||
$IONICE chmod 1777 /var/run /var/tmp
|
$IONICE chmod 1777 /var/run /var/tmp
|
||||||
|
|
||||||
|
$IONICE touch /var/run/utmp
|
||||||
|
$IONICE chmod 1777 /var/run/utmp
|
||||||
|
|
||||||
|
$IONICE touch /var/log/wtmp
|
||||||
|
$IONICE chmod 1777 /var/log/wtmp
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user