2
0
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:
chenglch
2017-02-21 09:33:52 +08:00
parent e05f183a8f
commit 1f1f2ae5f1

View File

@ -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} };