https://bugzilla.novell.com/show_bug.cgi?id=789060 https://bugzilla.novell.com/show_bug.cgi?id=789060#c4 --- Comment #4 from Andrey Borzenkov <arvidjaar@gmail.com> 2012-11-12 12:27:35 UTC --- (In reply to comment #3)
+ my ($sysname, $nodename, $release, $version, $machine) = POSIX::uname(); + my $target = "$machine-efi"; + $loader->{'target'} = $target;
Could it possible to use --hardware-platform rather than --machine? The grub2-install script would fail in, for ex, i686-efi as target.
Ah, right. Hmm ... I intended to avoid calling external uname. I think I just forgot to map i.86 => i386. Would it be OK? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.