summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2015-01-11 13:26:12 +0100
committerHolger Paradies <retabell@gmx.de>2015-07-12 16:16:01 +0200
commit6300c058b8ab4909485928de82dec50fe48f3768 (patch)
tree9e02d97298d7e925574320ab782ce0502be3d8a5 /backend
parente036116d2c54cfad1137732d1ad6880c14a3d43c (diff)
downloadacritoxinstaller-6300c058b8ab4909485928de82dec50fe48f3768.zip
acritoxinstaller-6300c058b8ab4909485928de82dec50fe48f3768.tar.gz
copy vdr files
Diffstat (limited to 'backend')
-rw-r--r--backend/modules/install_main13
1 files changed, 13 insertions, 0 deletions
diff --git a/backend/modules/install_main b/backend/modules/install_main
index 6f356cb..30956d8 100644
--- a/backend/modules/install_main
+++ b/backend/modules/install_main
@@ -282,6 +282,19 @@ function copy_etc_to_target()
cp -a /etc/locale.gen $TARGET/etc/locale.gen
cp -a /etc/apt/sources.list.d/*.list $TARGET/etc/apt/sources.list.d/
cp -a /etc/machine-id $TARGET/etc/machine-id
+ if [ -e /etc/default/vdr ]; then
+ cp -a /etc/default/vdr $TARGET/etc/default/vdr
+ fi
+ if [ -e /etc/default/vdradmin-am ]; then
+ cp -a /etc/default/vdradmin-am $TARGET/etc/default/vdradmin-am
+ fi
+ if [ -e /var/lib/vdr/channels.conf ]; then
+ cp -a /var/lib/vdr/channels.conf $TARGET/var/lib/vdr/channels.conf
+ fi
+ if [ -e /var/lib/vdr/setup.conf ]; then
+ cp -a /var/lib/vdr/setup.conf $TARGET/var/lib/vdr/setup.conf
+ fi
+
#cp -a /etc/console/* $TARGET/etc/console/
#cp -a /etc/environment $TARGET/etc/environment