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

6b3c76
From a9fea4d18102d1db1253427a907b25a9d6c7e00a Mon Sep 17 00:00:00 2001
a85e8e
From: Peter Jones <pjones@redhat.com>
a85e8e
Date: Tue, 14 Jan 2014 16:15:46 -0500
6b3c76
Subject: [PATCH 124/261] 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
6b3c76
index 2b8c561ff..acf2e0e2d 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
6b3c76
-- 
6b3c76
2.13.5
6b3c76