summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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