mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
busybox:
- copy content of /usr/config to /storage/.config
This commit is contained in:
parent
9c4f052eb7
commit
6fb6da0b24
8
packages/sysutils/busybox/init.d/07_userconfig
Executable file
8
packages/sysutils/busybox/init.d/07_userconfig
Executable file
@ -0,0 +1,8 @@
|
||||
#
|
||||
# copy userconfig and samples
|
||||
#
|
||||
# runlevels: openelec, textmode
|
||||
|
||||
progress "copy userconfig and samples"
|
||||
$IONICE mkdir -p /storage/.config
|
||||
$IONICE cp -PR /usr/config/* /storage/.config
|
Loading…
x
Reference in New Issue
Block a user