mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-24 15:05:36 +00:00
Fix typo error in mknetboot when refactoring bootparams
This commit is contained in:
@ -942,7 +942,7 @@ sub mknetboot
|
||||
if ($req->{command}->[0] =~ 'mkstatelite') {
|
||||
$statelite = "true";
|
||||
}
|
||||
my $bootparams = ${$request->{bootparams}};
|
||||
my $bootparams = ${$req->{bootparams}};
|
||||
my $tftpdir = "/tftpboot";
|
||||
my $nodes = @{ $req->{node} };
|
||||
my @args = @{ $req->{arg} };
|
||||
|
Reference in New Issue
Block a user