From faa064dbc7a8e224057e28f66f7f315fe1896537 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sat, 4 May 2013 11:26:56 -0400 Subject: [PATCH] 32-bit gummiboot uses lower-case ia32 Thanks to iElectric in the channel for pointing it out Signed-off-by: Shea Levy --- modules/installer/cd-dvd/iso-image.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/installer/cd-dvd/iso-image.nix b/modules/installer/cd-dvd/iso-image.nix index 4a3dc87b4c7..96a4d411d0b 100644 --- a/modules/installer/cd-dvd/iso-image.nix +++ b/modules/installer/cd-dvd/iso-image.nix @@ -148,7 +148,7 @@ let ''; targetArch = if pkgs.stdenv.isi686 then - "IA32" + "ia32" else if pkgs.stdenv.isx86_64 then "x64" else