[Nix-dev] GRUB 2 is now the default
Eelco Dolstra
eelco.dolstra at logicblox.com
Mon Oct 7 11:16:36 CEST 2013
Hi,
Just a heads up that I changed the default GRUB version from 1 to 2. This
should be what most people have already, since "nixos-option --install" emits
the line "boot.loader.grub.version = 2;". But if you don't have that line in
your configuration.nix, and you're afraid that GRUB 2 won't work for some
reason, you should add
boot.loader.grub.version = 1;
to configuration.nix to retain GRUB 1.
--
Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/
More information about the nix-dev
mailing list