Ported ISO image grub-related update

svn path=/nixos/trunk/; revision=12637
This commit is contained in:
Michael Raskin 2008-08-15 15:03:50 +00:00
parent 27df3ed624
commit a6fb8cb258

View file

@ -396,7 +396,8 @@ rec {
contents = lib.uniqList {
inputList = [
{
source = "${pkgs.grub}/lib/grub/i386-pc/stage2_eltorito";
source =
"${pkgs.grub}/lib/grub/${if platform == "i686-linux" then "i386-pc" else "x86_64-unknown"}/stage2_eltorito";
target = "boot/grub/stage2_eltorito";
}
{