Author: eelco
Date: Tue May 10 10:35:20 2011
New Revision: 27209
URL: https://svn.nixos.org/websvn/nix/?rev=27209&sc=1

Log:
* 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.

Modified:
   nixos/trunk/modules/installer/grub/grub.nix

Modified: nixos/trunk/modules/installer/grub/grub.nix
==============================================================================
--- nixos/trunk/modules/installer/grub/grub.nix Tue May 10 09:21:55 2011        
(r27208)
+++ nixos/trunk/modules/installer/grub/grub.nix Tue May 10 10:35:20 2011        
(r27209)
@@ -35,8 +35,8 @@
       };
 
       version = mkOption {
-        default = 2;
-        example = 1;
+        default = 1;
+        example = 2;
         description = ''
           The version of GRUB to use: <literal>1</literal> for GRUB Legacy
           (versions 0.9x), or <literal>2</literal> for GRUB 2.
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to