From cd74247b96e62594cec8e2b31c13952ceb6670a6 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 3 Mar 2010 18:33:34 +0000 Subject: [PATCH] -Also change yaboot plugin for offline git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5356 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/yaboot.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/yaboot.pm b/xCAT-server/lib/xcat/plugins/yaboot.pm index 24201687a..08bea97fd 100644 --- a/xCAT-server/lib/xcat/plugins/yaboot.pm +++ b/xCAT-server/lib/xcat/plugins/yaboot.pm @@ -397,7 +397,7 @@ sub process_request { #print "yaboot:inittime=$inittime; normalnodeset=@normalnodeset; breaknetboot=@breaknetboot\n"; #Don't bother to try dhcp binding changes if sub_req not passed, i.e. service node build time - unless (($args[0] eq 'stat') || ($inittime)) { + unless (($args[0] eq 'stat') || ($inittime) || ($args[0] eq 'offline')) { #dhcp stuff my $do_dhcpsetup=1; my $sitetab = xCAT::Table->new('site');