mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
busybox:
- mount debugfs (for ureadahead) - create /var/lib/ureadahead and /storage/.cache/ureadahead
This commit is contained in:
parent
2f8153a31b
commit
131603f472
@ -6,3 +6,4 @@
|
||||
progress "mounting needed filesystems"
|
||||
|
||||
$IONICE mount -n -t ramfs none /var
|
||||
$IONICE mount -n -t debugfs none /sys/kernel/debug
|
||||
|
@ -23,3 +23,7 @@ progress "make variable directory structure"
|
||||
$IONICE mkdir -p /var/lib/polkit-1 \
|
||||
/var/lib/udisks \
|
||||
/var/lib/upower
|
||||
|
||||
# ureadahead:
|
||||
$IONICE mkdir -p /storage/.cache/ureadahead
|
||||
ln -sf /storage/.cache/ureadahead /var/lib/ureadahead
|
||||
|
Loading…
x
Reference in New Issue
Block a user