Blame SOURCES/0124-Don-t-print-during-fdt-loading-method.patch

d41074
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
a85e8e
From: Peter Jones <pjones@redhat.com>
a85e8e
Date: Tue, 14 Jan 2014 16:15:46 -0500
d41074
Subject: [PATCH] Don't print during fdt loading method.
a85e8e
a85e8e
Signed-off-by: Peter Jones <pjones@redhat.com>
a85e8e
---
a85e8e
 util/grub.d/10_linux.in | 2 --
a85e8e
 1 file changed, 2 deletions(-)
a85e8e
a85e8e
diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in
d41074
index 2b8c561ff7b..acf2e0e2d37 100644
a85e8e
--- a/util/grub.d/10_linux.in
a85e8e
+++ b/util/grub.d/10_linux.in
a85e8e
@@ -162,9 +162,7 @@ EOF
a85e8e
     fi
a85e8e
   fi
a85e8e
   if test -n "${fdt}" ; then
a85e8e
-    message="$(gettext_printf "Loading fdt ...")"
a85e8e
     sed "s/^/$submenu_indentation/" << EOF
a85e8e
-	echo	'$(echo "$message" | grub_quote)'
a85e8e
 	devicetree	${rel_dirname}/${fdt}
a85e8e
 EOF
a85e8e
   fi