* tests/util/grub-shell.in: Fix a typo.
This commit is contained in:
parent
b27069e06d
commit
a370616293
2 changed files with 6 additions and 2 deletions
|
@ -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>
|
2012-06-22 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Implement flow control for tftp.
|
Implement flow control for tftp.
|
||||||
|
|
|
@ -61,7 +61,7 @@ EOF
|
||||||
qemuopts="${GRUB_QEMU_OPTS}"
|
qemuopts="${GRUB_QEMU_OPTS}"
|
||||||
serial_port=com0
|
serial_port=com0
|
||||||
serial_null=
|
serial_null=
|
||||||
hald_cmd=halt
|
halt_cmd=halt
|
||||||
case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
|
case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
|
||||||
powerpc-ieee1275)
|
powerpc-ieee1275)
|
||||||
boot=cd
|
boot=cd
|
||||||
|
@ -225,7 +225,7 @@ EOF
|
||||||
if [ x$console != x ]; then
|
if [ x$console != x ]; then
|
||||||
echo "terminal_output $console" >>${cfgfile}
|
echo "terminal_output $console" >>${cfgfile}
|
||||||
fi
|
fi
|
||||||
echo "$halt_cmd" >>${cfgfile}
|
echo "${halt_cmd}" >>${cfgfile}
|
||||||
|
|
||||||
isofile=`mktemp "${TMPDIR:-/tmp}/tmp.XXXXXXXXXX"` || exit 1
|
isofile=`mktemp "${TMPDIR:-/tmp}/tmp.XXXXXXXXXX"` || exit 1
|
||||||
if [ x$boot != xnet ]; then
|
if [ x$boot != xnet ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue