Branch: refs/heads/master
Home: https://github.com/NixOS/charon
Commit: 6e3afca6a7a8f40d7f40667f2512ca88189f7365
https://github.com/NixOS/charon/commit/6e3afca6a7a8f40d7f40667f2512ca88189f7365
Author: Rob Vermaas <[email protected]>
Date: 2012-04-20 (Fri, 20 Apr 2012)
Changed paths:
M nix/options.nix
Log Message:
-----------
Fix grub menu.lst on cluster instances.
diff --git a/nix/options.nix b/nix/options.nix
index 57caf67..5596218 100644
--- a/nix/options.nix
+++ b/nix/options.nix
@@ -311,7 +311,7 @@ in
config = {
- boot.loader.grub.extraPerEntryConfig = mkIf isEc2Hvm "root (hd0)";
+ boot.loader.grub.extraPerEntryConfig = mkIf isEc2Hvm ( mkOverride 10 "root
(hd0,0)" );
# Workaround: the evaluation of blockDeviceMapping requires fileSystems to
be defined.
fileSystems = [];
================================================================
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits