2008-04-18 Thomas Schwinge <tschwinge@gnu.org>
* util/i386/pc/grub-mkrescue.in (grub_mkimage): Don't overwrite correct value. * util/powerpc/ieee1275/grub-mkrescue.in (grub_mkimage): Likewise.
This commit is contained in:
parent
602566f64a
commit
e89d61e9a8
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2008-04-18 Thomas Schwinge <tschwinge@gnu.org>
|
||||||
|
|
||||||
|
* util/i386/pc/grub-mkrescue.in (grub_mkimage): Don't overwrite correct
|
||||||
|
value.
|
||||||
|
* util/powerpc/ieee1275/grub-mkrescue.in (grub_mkimage): Likewise.
|
||||||
|
|
||||||
2008-04-18 Robert Millan <rmh@aybabtu.com>
|
2008-04-18 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
||||||
Restructures early code path on ieee1275 to unify grub_main() as
|
Restructures early code path on ieee1275 to unify grub_main() as
|
||||||
|
|
|
@ -57,7 +57,6 @@ EOF
|
||||||
|
|
||||||
image_type=cdrom
|
image_type=cdrom
|
||||||
input_dir=${pkglibdir}
|
input_dir=${pkglibdir}
|
||||||
grub_mkimage=grub-mkimage
|
|
||||||
emulation=none
|
emulation=none
|
||||||
|
|
||||||
# Check the arguments.
|
# Check the arguments.
|
||||||
|
|
|
@ -53,7 +53,6 @@ EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
input_dir=${pkglibdir}
|
input_dir=${pkglibdir}
|
||||||
grub_mkimage=grub-mkimage
|
|
||||||
|
|
||||||
# Check the arguments.
|
# Check the arguments.
|
||||||
for option in "$@"; do
|
for option in "$@"; do
|
||||||
|
|
Loading…
Reference in a new issue