From 8e967b2c27ff45996bfde5d800e7d58f65143e05 Mon Sep 17 00:00:00 2001 From: Andreas Loibl Date: Wed, 14 Sep 2011 23:48:54 +0200 Subject: use a loopback-only /etc/network/interfaces (because of network-manager) --- backend/modules/install_main | 4 ---- 1 file changed, 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 -- cgit v1.0