diff --git a/providers/ec2/assets/grub.d/40_custom b/providers/ec2/assets/grub.d/40_custom index 0946bbd..d375b2a 100644 --- a/providers/ec2/assets/grub.d/40_custom +++ b/providers/ec2/assets/grub.d/40_custom @@ -29,7 +29,7 @@ linux_entry () { os="$1" version="$2" - args="$4" + args="$3" title="$(gettext_quoted "%s, with Linux %s")"