Enabling by default the grub support for buggy BIOSes on CD boot.
Two of two, raskin and me, voted for this change. svn path=/nixpkgs/trunk/; revision=16361
This commit is contained in:
parent
80cab44fce
commit
b510addf20
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl, autoconf, automake, buggyBiosCDSupport ? false}:
|
{stdenv, fetchurl, autoconf, automake, buggyBiosCDSupport ? true}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "grub-0.97-patch-1.9";
|
name = "grub-0.97-patch-1.9";
|
||||||
|
@ -795,7 +795,7 @@ let
|
|||||||
grub = import ../tools/misc/grub {
|
grub = import ../tools/misc/grub {
|
||||||
inherit fetchurl autoconf automake;
|
inherit fetchurl autoconf automake;
|
||||||
stdenv = stdenv_32bit;
|
stdenv = stdenv_32bit;
|
||||||
buggyBiosCDSupport = (getConfig ["grub" "buggyBiosCDSupport"] false);
|
buggyBiosCDSupport = (getConfig ["grub" "buggyBiosCDSupport"] true);
|
||||||
};
|
};
|
||||||
|
|
||||||
gssdp = import ../development/libraries/gssdp {
|
gssdp = import ../development/libraries/gssdp {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user