From ec3fa3a7ecbba6f7981780157d492bf5f9bfa8e1 Mon Sep 17 00:00:00 2001 From: yinle Date: Thu, 31 Oct 2013 06:54:59 -0700 Subject: [PATCH] Fix bug #3712 p6 IH full-disk install fails with no /tftpboot/yaboot --- 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 2e71b594d..36bb47372 100644 --- a/xCAT-server/lib/xcat/plugins/yaboot.pm +++ b/xCAT-server/lib/xcat/plugins/yaboot.pm @@ -15,7 +15,7 @@ use xCAT::Table; my $request; my %breaknetbootnodes; -my %normalnodes; +our %normalnodes; my $callback; my $sub_req; my $dhcpconf = "/etc/dhcpd.conf";