- copy content of /usr/config to /storage/.config
This commit is contained in:
Stephan Raue 2010-04-05 02:19:07 +02:00
parent 9c4f052eb7
commit 6fb6da0b24

View 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