From 21a301f6af590eb61c4488f70465d84b9d9561ad Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 9 Aug 2012 02:05:53 +0000 Subject: [PATCH] Explicitly turn on network in templates that suggest network setup git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13460 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/perl/xCAT/Template.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/perl/xCAT/Template.pm b/xCAT-server/lib/perl/xCAT/Template.pm index 9d2491ab2..0c64ca94f 100644 --- a/xCAT-server/lib/perl/xCAT/Template.pm +++ b/xCAT-server/lib/perl/xCAT/Template.pm @@ -266,7 +266,7 @@ sub esxipv6setup { } sub kickstartnetwork { - my $line = "network --bootproto="; + my $line = "network --onboot=yes --bootproto="; my $hoststab; my $mactab = xCAT::Table->new('mac',-create=>0); unless ($mactab) { die "mac table should always exist prior to template processing when doing autoula"; }