From 695ab3ea6f2d01a67fac85d356587782f313990d Mon Sep 17 00:00:00 2001 From: alberand Date: Wed, 31 Mar 2021 19:47:14 +0200 Subject: [PATCH 1/1] Fix typo --- novaboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novaboot b/novaboot index c17b5c1..5e8ed54 100755 --- a/novaboot +++ b/novaboot @@ -544,7 +544,7 @@ sub generate_syslinux_config($$$$) if (system("file $kbin|grep 'Linux kernel'") == 0) { my $initrd = @$modules_ref[1]; - die('To many "load" lines for Linux kernel') if (scalar @$modules_ref > 2); + die('Too many "load" lines for Linux kernel') if (scalar @$modules_ref > 2); print $fg "LINUX $base$kbin\n"; print $fg "APPEND $kcmd\n"; print $fg "INITRD $base$initrd\n"; -- 2.39.2