* stage2_eltorito is in a different place on x86_64.

svn path=/nixos/trunk/; revision=12636
This commit is contained in:
Eelco Dolstra 2008-08-15 14:28:52 +00:00
parent d74caf133a
commit 27df3ed624

View File

@ -259,7 +259,7 @@ rec {
# Single files to be copied to fixed locations on the CD. # Single files to be copied to fixed locations on the CD.
contents = [ contents = [
{ 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"; target = "boot/grub/stage2_eltorito";
} }
{ source = grubCfg; { source = grubCfg;