* 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
This commit is contained in:
parent
f24a78fe35
commit
d72ba42187
|
@ -35,8 +35,8 @@ in
|
|||
};
|
||||
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue