You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
742 B
27 lines
742 B
From a9fea4d18102d1db1253427a907b25a9d6c7e00a Mon Sep 17 00:00:00 2001 |
|
From: Peter Jones <pjones@redhat.com> |
|
Date: Tue, 14 Jan 2014 16:15:46 -0500 |
|
Subject: [PATCH 124/237] Don't print during fdt loading method. |
|
|
|
Signed-off-by: Peter Jones <pjones@redhat.com> |
|
--- |
|
util/grub.d/10_linux.in | 2 -- |
|
1 file changed, 2 deletions(-) |
|
|
|
diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in |
|
index 2b8c561..acf2e0e 100644 |
|
--- a/util/grub.d/10_linux.in |
|
+++ b/util/grub.d/10_linux.in |
|
@@ -162,9 +162,7 @@ EOF |
|
fi |
|
fi |
|
if test -n "${fdt}" ; then |
|
- message="$(gettext_printf "Loading fdt ...")" |
|
sed "s/^/$submenu_indentation/" << EOF |
|
- echo '$(echo "$message" | grub_quote)' |
|
devicetree ${rel_dirname}/${fdt} |
|
EOF |
|
fi |
|
-- |
|
2.9.3 |
|
|
|
|