* tests/util/grub-shell.in: Fix a typo.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-06-22 21:59:10 +02:00
parent b27069e06d
commit a370616293
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2012-06-22 Vladimir Serbinenko <phcoder@gmail.com>
* tests/util/grub-shell.in: Fix a typo.
2012-06-22 Vladimir Serbinenko <phcoder@gmail.com>
Implement flow control for tftp.

View File

@ -61,7 +61,7 @@ EOF
qemuopts="${GRUB_QEMU_OPTS}"
serial_port=com0
serial_null=
hald_cmd=halt
halt_cmd=halt
case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
powerpc-ieee1275)
boot=cd
@ -225,7 +225,7 @@ EOF
if [ x$console != x ]; then
echo "terminal_output $console" >>${cfgfile}
fi
echo "$halt_cmd" >>${cfgfile}
echo "${halt_cmd}" >>${cfgfile}
isofile=`mktemp "${TMPDIR:-/tmp}/tmp.XXXXXXXXXX"` || exit 1
if [ x$boot != xnet ]; then