diff options
author | Holger Paradies <retabell@gmx.de> | 2014-02-02 10:24:38 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2014-02-02 12:52:22 +0100 |
commit | 8b7a7f0cedd864d81a97d3464c00dc42d5b34095 (patch) | |
tree | 2227aa999209b3833803db4cc8554e72c481fd5d /backend | |
parent | c338d694091eced844126860c8a4f7b366c4437f (diff) | |
download | acritoxinstaller-8b7a7f0cedd864d81a97d3464c00dc42d5b34095.zip acritoxinstaller-8b7a7f0cedd864d81a97d3464c00dc42d5b34095.tar.gz |
copy extra sources.list.d entries
Diffstat (limited to 'backend')
-rw-r--r-- | backend/modules/install_main | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/modules/install_main b/backend/modules/install_main index 97fcf05..5a89e02 100644 --- a/backend/modules/install_main +++ b/backend/modules/install_main @@ -266,6 +266,7 @@ function copy_etc_to_target() cp -a /etc/default/keyboard $TARGET/etc/default/keyboard cp -a /etc/default/locale $TARGET/etc/default/locale 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/console/* $TARGET/etc/console/ #cp -a /etc/environment $TARGET/etc/environment |