From 2d4f3a85878998f3c934adf3bc5daea78ba3d205 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Sun, 11 Mar 2018 22:49:57 -0400 Subject: Be specific about size limit for floppy GRUB image --- projects/grub/grub-helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects/grub/grub-helper') diff --git a/projects/grub/grub-helper b/projects/grub/grub-helper index 0ffa8e27..596f7d96 100755 --- a/projects/grub/grub-helper +++ b/projects/grub/grub-helper @@ -184,7 +184,7 @@ grub_build_floppy_image() { mv "$tempfile" "$grubimg" else printf '\n%s' "Error: Image ${grubimg##*/} is too large; " 1>&2 - printf '%s\n\n' "it must be less than ${size}KiB in size" 1>&2 + printf '%s\n\n' "it must be less than ${floppy_size}KiB in size" 1>&2 return 1 fi -- cgit v1.2.3-70-g09d2