2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 19:22:05 +00:00

fix bug 4667:rhels6.5 diskful installation failed with netboot=yaboot, for netboot=nimol

This commit is contained in:
ertaozh 2015-05-18 08:14:27 -04:00
parent 2409539774
commit 1f8974af4f

View File

@ -664,7 +664,7 @@ sub addnode
} elsif ($nrent and $nrent->{netboot} and $nrent->{netboot} eq 'petitboot') {
$lstatements = 'option conf-file \"http://'.$nxtsrv.'/tftpboot/petitboot/'.$node.'\";'.$lstatements;
} elsif ($nrent and $nrent->{netboot} and $nrent->{netboot} eq 'nimol') {
$lstatements = 'supersede server.filename=\"/vios/nodes/'.$node.'\"'.$lstatements;
$lstatements = 'supersede server.filename=\"/vios/nodes/'.$node.'\";'.$lstatements;
}