nixpkgs/modules/installer
Eelco Dolstra d659488209 * Use the regular GRUB menu builder for Amazon. There are two issues:
we want to generate the GRUB menu without actually installing GRUB
  (because Amazon supplies its own pv-grub), and each menu entry
  requires "root (hd0)".  For the first, allow boot.loader.grub.device
  to be set to "nodev" to indicate that the GRUB menu should be
  generated without installing GRUB.  For the second, add an option
  boot.loader.grub.extraPerEntryConfig to allow commands to be added
  to each GRUB menu entry (in this case, "root (hd0)").

svn path=/nixos/trunk/; revision=22712
2010-07-22 14:40:29 +00:00
..
cd-dvd * Fix the terminal_output command. (This used to work but not with 2010-07-13 11:48:40 +00:00
generations-dir Making the bootloaders respect the platform.kernelTarget set in nixpkgs. 2010-02-27 22:17:10 +00:00
grub * Use the regular GRUB menu builder for Amazon. There are two issues: 2010-07-22 14:40:29 +00:00
init-script * Don't enable this by default. 2009-12-17 11:43:12 +00:00
tools * Added an action `nixos-rebuild pull' to just pull the Nixpkgs 2010-07-14 14:18:27 +00:00