]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
Debian: fix typo in setupboot_grub2
authorIan Jackson <iwj@woking.cam.xci-test.com>
Thu, 5 Sep 2013 18:29:30 +0000 (19:29 +0100)
committerIan Jackson <iwj@woking.cam.xci-test.com>
Thu, 5 Sep 2013 18:29:30 +0000 (19:29 +0100)
Osstest/Debian.pm

index fd8b931e0a13c69e2e88c1421778a3473281d412..f8ab4ac2f8526d3256022ed08a10180093a9bee1 100644 (file)
@@ -184,7 +184,7 @@ sub setupboot_grub1 ($$$) {
 }
 
 sub setupboot_grub2 ($$$) {
-    my ($ho,$wantkernver,$xenhopt,$xenkopt) = @_;
+    my ($ho,$want_kernver,$xenhopt,$xenkopt) = @_;
     my $bl= { };
 
     my $rmenu= '/boot/grub/grub.cfg';