From 6345c41894941bad1fbbc7b23f7d0a08e4d3eb58 Mon Sep 17 00:00:00 2001 From: andrvb Date: Mon, 13 Jan 2014 15:55:33 +0300 Subject: [PATCH] Fix grub 40_custom template --- providers/ec2/assets/grub.d/40_custom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")"