1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

* 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.
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";
}
{ source = grubCfg;