nixpkgs/modules/system/boot
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
..
kernel.nix * Typos. 2010-07-08 16:21:55 +00:00
modprobe.nix * Fall back to the kernel modules used at boot time if the modules in 2010-01-26 21:45:13 +00:00
stage-1-init.sh * Use the regular GRUB menu builder for Amazon. There are two issues: 2010-07-22 14:40:29 +00:00
stage-1.nix * Work around a bug in QEMU, which doesn't implement the "READ DISC 2010-07-21 21:15:54 +00:00
stage-2-init.sh * Absolutise $systemConfig in case it's a symlink. 2010-07-20 13:50:10 +00:00
stage-2.nix * Don't use klibc in the initrd. It's simpler (and slightly smaller) 2010-06-01 15:53:24 +00:00