Make entry text a bit more readable.
* util/grub.d/10_linux.in: Add `with' before `Linux'.
+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.
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