From d72ba421879e55c9fa81083943848f75a5593635 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 10 May 2011 10:35:20 +0000 Subject: [PATCH] * Revert to GRUB 1 as the default. The switch to GRUB 2 seems to cause more problems than expected, so we should probably think about the proper migration path for a while. In the meantime, of course, everybody is encouraged to set boot.loader.grub.version = 2. svn path=/nixos/trunk/; revision=27209 --- modules/installer/grub/grub.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/installer/grub/grub.nix b/modules/installer/grub/grub.nix index 753326ed719..50ae0ddb596 100644 --- a/modules/installer/grub/grub.nix +++ b/modules/installer/grub/grub.nix @@ -35,8 +35,8 @@ in }; version = mkOption { - default = 2; - example = 1; + default = 1; + example = 2; description = '' The version of GRUB to use: 1 for GRUB Legacy (versions 0.9x), or 2 for GRUB 2.