]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-10-15 Robert Millan <rmh.grub@aybabtu.com>
authorrobertmh <robertmh@localhost>
Thu, 15 Oct 2009 20:34:27 +0000 (20:34 +0000)
committerrobertmh <robertmh@localhost>
Thu, 15 Oct 2009 20:34:27 +0000 (20:34 +0000)
        Make entry text a bit more readable.

        * util/grub.d/10_linux.in: Add `with' before `Linux'.

ChangeLog
util/grub.d/10_linux.in

index b0864a9b90d42a4c8a41e3e6fd06a6d0260f0c96..b90033393c0b0ca921eb50fe298effac55c65c0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-15  Robert Millan  <rmh.grub@aybabtu.com>
+
+       Make entry text a bit more readable.
+
+       * util/grub.d/10_linux.in: Add `with' before `Linux'.
+
 2009-10-15  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * loader/i386/pc/xnu.c (grub_xnu_set_video): Fix loading splash image.
index 381a0c3d58f8be5301b75faed8de9303cdc64666..1473a42a2b1264acbaf049d56ac9a9ab3069e811 100644 (file)
@@ -91,10 +91,10 @@ while [ "x$list" != "x" ] ; do
     linux_root_device_thisversion=${GRUB_DEVICE}
   fi
 
-  linux_entry "${OS}, Linux ${version}" \
+  linux_entry "${OS}, with Linux ${version}" \
       "${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_DEFAULT}"
   if [ "x${GRUB_DISABLE_LINUX_RECOVERY}" != "xtrue" ]; then
-    linux_entry "${OS}, Linux ${version} (recovery mode)" \
+    linux_entry "${OS}, with Linux ${version} (recovery mode)" \
        "single ${GRUB_CMDLINE_LINUX}"
   fi