]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub.d/20_linux_xen.in: Addmissing assignment to machine.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 11 Dec 2012 16:40:35 +0000 (17:40 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 11 Dec 2012 16:40:35 +0000 (17:40 +0100)
Reported by: Eriks Latosheks <foresterlv>.

ChangeLog
util/grub.d/20_linux_xen.in

index 04ffaecc81aeef575407b0e4908753f2a6718b91..9104a46fbe1658833f35697b5ce66f85534c31af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * docs/grub.texi (Network): Update instructions on generating netboot
index d4d01100e90f17c60f181f01c2ffe9234d45dbce..ac05ee447852a6ef533058f346792b085458d783 100644 (file)
@@ -174,6 +174,8 @@ boot_device_id=
 
 title_correction_code=
 
+machine=`uname -m`
+
 case "$machine" in
     i?86) GENKERNEL_ARCH="x86" ;;
     mips|mips64) GENKERNEL_ARCH="mips" ;;