From 1f1f2ae5f1e47a32f133352f823daeaddcd5b4a5 Mon Sep 17 00:00:00 2001 From: chenglch Date: Tue, 21 Feb 2017 09:33:52 +0800 Subject: [PATCH] Fix typo error in mknetboot when refactoring bootparams --- xCAT-server/lib/xcat/plugins/debian.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/debian.pm b/xCAT-server/lib/xcat/plugins/debian.pm index 823e80b36..8260874ea 100644 --- a/xCAT-server/lib/xcat/plugins/debian.pm +++ b/xCAT-server/lib/xcat/plugins/debian.pm @@ -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} };