2008-11-07 Pavel Roskin <proski@gnu.org>
* util/grub.d/00_header.in: Remove incorrect space before "serial".
This commit is contained in:
parent
c32ee8c9a8
commit
b6c15a2d2a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-11-07 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* util/grub.d/00_header.in: Remove incorrect space before
|
||||||
|
"serial".
|
||||||
|
|
||||||
2008-11-07 Robert Millan <rmh@aybabtu.com>
|
2008-11-07 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
||||||
* include/multiboot2.h (struct multiboot_header): Add `flags' member as
|
* include/multiboot2.h (struct multiboot_header): Add `flags' member as
|
||||||
|
|
|
@ -41,7 +41,7 @@ set timeout=${GRUB_TIMEOUT}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
case ${GRUB_TERMINAL_INPUT}:${GRUB_TERMINAL_OUTPUT} in
|
case ${GRUB_TERMINAL_INPUT}:${GRUB_TERMINAL_OUTPUT} in
|
||||||
serial:* | *: serial)
|
serial:* | *:serial)
|
||||||
if ! test -e ${grub_prefix}/serial.mod ; then
|
if ! test -e ${grub_prefix}/serial.mod ; then
|
||||||
echo "Serial terminal not available on this platform." >&2 ; exit 1
|
echo "Serial terminal not available on this platform." >&2 ; exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue