f74b50e380
Signed-off-by: Peter Jones <pjones@redhat.com>
50 lines
1.8 KiB
Diff
50 lines
1.8 KiB
Diff
From 9ac4eee966697d77e5e55e02335e6a62c4f85769 Mon Sep 17 00:00:00 2001
|
|
From: Andrey Borzenkov <arvidjaar@gmail.com>
|
|
Date: Thu, 11 Apr 2013 15:11:14 +0200
|
|
Subject: [PATCH 278/482] * util/grub.d/30_os-prober.in: Add onstr to
|
|
entries for visual distinction.
|
|
|
|
---
|
|
ChangeLog | 5 +++++
|
|
util/grub.d/30_os-prober.in | 4 ++--
|
|
2 files changed, 7 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/ChangeLog b/ChangeLog
|
|
index 602fc9b..bb6d97b 100644
|
|
--- a/ChangeLog
|
|
+++ b/ChangeLog
|
|
@@ -1,3 +1,8 @@
|
|
+2013-04-11 Andrey Borzenkov <arvidjaar@gmail.com>
|
|
+
|
|
+ * util/grub.d/30_os-prober.in: Add onstr to entries for visual
|
|
+ distinction.
|
|
+
|
|
2013-04-11 Vladimir Serbinenko <phcoder@gmail.com>
|
|
|
|
Fix missing PVs if they don't contain "interesting" LV. Closes #38677.
|
|
diff --git a/util/grub.d/30_os-prober.in b/util/grub.d/30_os-prober.in
|
|
index e20d8b3..5500a3c 100644
|
|
--- a/util/grub.d/30_os-prober.in
|
|
+++ b/util/grub.d/30_os-prober.in
|
|
@@ -195,7 +195,7 @@ EOF
|
|
|
|
if [ "x$is_first_entry" = xtrue ]; then
|
|
cat << EOF
|
|
-menuentry '$(echo "$OS" | grub_quote)' --class gnu-linux --class gnu --class os \$menuentry_id_option 'osprober-gnulinux-simple-$boot_device_id' {
|
|
+menuentry '$(echo "$OS $onstr" | grub_quote)' --class gnu-linux --class gnu --class os \$menuentry_id_option 'osprober-gnulinux-simple-$boot_device_id' {
|
|
EOF
|
|
save_default_entry | grub_add_tab
|
|
printf '%s\n' "${prepare_boot_cache}"
|
|
@@ -210,7 +210,7 @@ EOF
|
|
cat << EOF
|
|
}
|
|
EOF
|
|
- echo "submenu '$(gettext_printf "Advanced options for %s" "${OS}" | grub_quote)' \$menuentry_id_option 'osprober-gnulinux-advanced-$boot_device_id' {"
|
|
+ echo "submenu '$(gettext_printf "Advanced options for %s" "${OS} $onstr" | grub_quote)' \$menuentry_id_option 'osprober-gnulinux-advanced-$boot_device_id' {"
|
|
is_first_entry=false
|
|
fi
|
|
title="${LLABEL} $onstr"
|
|
--
|
|
1.8.2.1
|
|
|