From 9c3d72cf8e87720fdcb1a246b22127ab82a4253c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 5 May 2011 15:07:37 +0000 Subject: [PATCH] Default to GRUB version 2. svn path=/nixos/trunk/; revision=27165 --- 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 50ae0ddb5968..753326ed7194 100644 --- a/modules/installer/grub/grub.nix +++ b/modules/installer/grub/grub.nix @@ -35,8 +35,8 @@ in }; version = mkOption { - default = 1; - example = 2; + default = 2; + example = 1; description = '' The version of GRUB to use: 1 for GRUB Legacy (versions 0.9x), or 2 for GRUB 2.