]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub.d/30_os-prober.in: Add onstr to linux entries in one
authorAndrey Borzenkov <arvidjaar@gmail.com>
Fri, 19 Apr 2013 08:08:46 +0000 (12:08 +0400)
committerAndrey Borzenkov <arvidjaar@gmail.com>
Fri, 19 Apr 2013 08:08:46 +0000 (12:08 +0400)
more place.

ChangeLog
util/grub.d/30_os-prober.in

index f1750b029363951ae86dc707a5731ac77306754f..7450036451c9e7793f78e0bafea31f52c2ab4376 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-19  Andrey Borzenkov <arvidjaar@gmail.com>
+
+       * util/grub.d/30_os-prober.in: Add onstr to linux entries in one
+       more place.
+
 2013-04-19  Vladimir Serbinenko  <phcoder@gmail.com>
 
        Add support for pseries and other bootinfo machines to grub-mkrescue.
index 5500a3c4257bb2727ab485df29ee09721f68d10c..04f32a14695d078ac3b101515f789ec7d9a9e4e0 100644 (file)
@@ -231,7 +231,7 @@ EOF
        }
 EOF
        if [ x"$title" = x"$GRUB_ACTUAL_DEFAULT" ] || [ x"Previous Linux versions>$title" = x"$GRUB_ACTUAL_DEFAULT" ]; then
-           replacement_title="$(echo "Advanced options for ${OS}" | sed 's,>,>>,g')>$(echo "$title" | sed 's,>,>>,g')"
+           replacement_title="$(echo "Advanced options for ${OS} $onstr" | sed 's,>,>>,g')>$(echo "$title" | sed 's,>,>>,g')"
            quoted="$(echo "$GRUB_ACTUAL_DEFAULT" | grub_quote)"
            title_correction_code="${title_correction_code}if [ \"x\$default\" = '$quoted' ]; then default='$(echo "$replacement_title" | grub_quote)'; fi;"
            grub_warn "$(gettext_printf "Please don't use old title \`%s' for GRUB_DEFAULT, use \`%s' (for versions before 2.00) or \`%s' (for 2.00 or later)" "$GRUB_ACTUAL_DEFAULT" "$replacement_title" "gnulinux-advanced-$boot_device_id>gnulinux-$version-$type-$boot_device_id")"