nixpkgs/modules/virtualisation
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
..
amazon-config.nix * Install a configuration.nix in the AMI. 2010-07-15 11:09:30 +00:00
amazon-image.nix * Use the regular GRUB menu builder for Amazon. There are two issues: 2010-07-22 14:40:29 +00:00
qemu-vm.nix * To establish the connection to the root shell in the guest, let the 2010-06-18 19:31:02 +00:00