getsynclistfile() is updated, statelite should be use "netboot" directory instead of "install" directory
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5694 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
13f5c42392
commit
53d4ac84be
@ -303,7 +303,7 @@ sub getsynclistfile()
|
||||
}
|
||||
} else {
|
||||
$inst_type = $node_insttype{$node};
|
||||
if ($inst_type eq "netboot" || $inst_type eq "diskless") {
|
||||
if ($inst_type eq "netboot" || $inst_type eq "diskless" || $inst_type eq "statelite") {
|
||||
$inst_type = "netboot";
|
||||
} else {
|
||||
$inst_type = "install";
|
||||
|
Loading…
Reference in New Issue
Block a user