[28339] in Source-Commits

home help back first fref pref prev next nref lref last post

scripts commit: Force trusty to use ifupdown networking

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Jul 10 10:08:26 2014

Date: Thu, 10 Jul 2014 10:08:19 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201407101408.s6AE8Jua009303@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/scripts/commit/18dd772c8c6f8342d061085585b0923b6b19f3bd
commit 18dd772c8c6f8342d061085585b0923b6b19f3bd
Author: Jonathan Reed <jdreed@mit.edu>
Date:   Wed Jun 4 13:32:44 2014 -0400

    Force trusty to use ifupdown networking
    
    As of trusty, d-i defaults to using networkmanager, which doesn't
    work with any of our cluster assumptions.  Force ifupdown in
    the preseed.

 installer/pxe/trusty/debathena/preseed.autoinstall |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/installer/pxe/trusty/debathena/preseed.autoinstall b/installer/pxe/trusty/debathena/preseed.autoinstall
index 7138f9b..849e37a 100644
--- a/installer/pxe/trusty/debathena/preseed.autoinstall
+++ b/installer/pxe/trusty/debathena/preseed.autoinstall
@@ -15,6 +15,9 @@ d-i pkgsel/update-policy select none
 # skip displaying a list if there is more than one interface.
 d-i netcfg/choose_interface select auto
 
+# Don't try to configure NetworkManager
+d-i netcfg/target_network_config select ifupdown
+
 ##############################################################################
 ##############################################################################
 

home help back first fref pref prev next nref lref last post