mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-12 00:00:12 +00:00
-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
This commit is contained in:
@ -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');
|
||||
|
Reference in New Issue
Block a user