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'.
This commit is contained in:
parent
44998e5893
commit
035f712204
2 changed files with 8 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue