summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-09-14 23:48:54 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2011-09-14 23:48:54 +0200
commit8e967b2c27ff45996bfde5d800e7d58f65143e05 (patch)
tree69fc354f8aa9cab69e0e4b3ee4a85ec238a53b6e /backend
parent992ad9aebdd5eee20ebcf75027be395650d31526 (diff)
downloadacritoxinstaller-8e967b2c27ff45996bfde5d800e7d58f65143e05.zip
acritoxinstaller-8e967b2c27ff45996bfde5d800e7d58f65143e05.tar.gz
use a loopback-only /etc/network/interfaces (because of network-manager)
Diffstat (limited to 'backend')
-rw-r--r--backend/modules/install_main4
1 files changed, 0 insertions, 4 deletions
diff --git a/backend/modules/install_main b/backend/modules/install_main
index 6159ae7..3dfc55f 100644
--- a/backend/modules/install_main
+++ b/backend/modules/install_main
@@ -262,10 +262,6 @@ function copy_etc_to_target()
#cp -a /etc/console/* $TARGET/etc/console/
#cp -a /etc/environment $TARGET/etc/environment
- # network
- rm -f $TARGET/etc/network/interfaces
- cp -a /etc/network/interfaces $TARGET/etc/network/interfaces
-
# create locales
chroot_it locale-gen &>/dev/null
chroot_it dpkg-reconfigure -fnoninteractive keyboard-configuration &>/dev/null