Ported ISO image grub-related update
svn path=/nixos/trunk/; revision=12637
This commit is contained in:
parent
27df3ed624
commit
a6fb8cb258
@ -396,7 +396,8 @@ rec {
|
|||||||
contents = lib.uniqList {
|
contents = lib.uniqList {
|
||||||
inputList = [
|
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";
|
target = "boot/grub/stage2_eltorito";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user