* tests/partmap_test.in: Add missing double semicolon.
This commit is contained in:
parent
eec3bb75e9
commit
86eb23bc8f
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2013-04-25 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* tests/partmap_test.in: Add missing double semicolon.
|
||||||
|
|
||||||
2013-04-25 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-04-25 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* util/grub-mkrescue.in: Fix loongson filename.
|
* util/grub-mkrescue.in: Fix loongson filename.
|
||||||
|
|
|
@ -80,8 +80,7 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
|
||||||
;;
|
;;
|
||||||
mips-arc)
|
mips-arc)
|
||||||
# ARC firmware has bugs which prevent it from accessing hard disk w/o dvh disklabel.
|
# ARC firmware has bugs which prevent it from accessing hard disk w/o dvh disklabel.
|
||||||
exit 0
|
exit 0 ;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
disk=hd0
|
disk=hd0
|
||||||
qemudisk=hda
|
qemudisk=hda
|
||||||
|
|
Loading…
Add table
Reference in a new issue