* util/grub.d/20_linux_xen.in: Addmissing assignment to machine.

Reported by: Eriks Latosheks <foresterlv>.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-12-11 17:40:35 +01:00
parent b40c88a9c2
commit e3501b1306
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2012-12-11 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub.d/20_linux_xen.in: Addmissing assignment to machine.
Reported by: Eriks Latosheks <foresterlv>.
2012-12-10 Vladimir Serbinenko <phcoder@gmail.com> 2012-12-10 Vladimir Serbinenko <phcoder@gmail.com>
* docs/grub.texi (Network): Update instructions on generating netboot * docs/grub.texi (Network): Update instructions on generating netboot

View file

@ -174,6 +174,8 @@ boot_device_id=
title_correction_code= title_correction_code=
machine=`uname -m`
case "$machine" in case "$machine" in
i?86) GENKERNEL_ARCH="x86" ;; i?86) GENKERNEL_ARCH="x86" ;;
mips|mips64) GENKERNEL_ARCH="mips" ;; mips|mips64) GENKERNEL_ARCH="mips" ;;