mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
busybox:
- remove /etc/init.d/07_userconfig
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
#
|
||||
# copying config into storage
|
||||
#
|
||||
# runlevels: openelec, textmode
|
||||
|
||||
progress "copying config into storage"
|
||||
|
||||
$IONICE mkdir -p $HOME/.config
|
||||
|
||||
for i in `ls /usr/config`; do
|
||||
[ ! -f "$HOME/.config/$i" ] && cp -PR /usr/config/$i $HOME/.config
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user