* stage2_eltorito is in a different place on x86_64.
svn path=/nixos/trunk/; revision=12636
This commit is contained in:
parent
d74caf133a
commit
27df3ed624
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user