Author: viric
Date: Wed Sep 15 21:36:56 2010
New Revision: 23814
URL: https://svn.nixos.org/websvn/nix/?rev=23814&sc=1

Log:
Trying to get system-tarball-pc build properly.

Modified:
   nixos/branches/stdenv-updates/modules/installer/cd-dvd/system-tarball.nix

Modified: 
nixos/branches/stdenv-updates/modules/installer/cd-dvd/system-tarball.nix
==============================================================================
--- nixos/branches/stdenv-updates/modules/installer/cd-dvd/system-tarball.nix   
Wed Sep 15 19:39:48 2010        (r23813)
+++ nixos/branches/stdenv-updates/modules/installer/cd-dvd/system-tarball.nix   
Wed Sep 15 21:36:56 2010        (r23814)
@@ -38,13 +38,6 @@
 {
   require = options;
 
-  # Don't build the GRUB menu builder script, since we don't need it
-  # here and it causes a cyclic dependency.
-  boot.loader.grub.enable = false;
-
-  # !!! Hack - attributes expected by other modules.
-  system.build.menuBuilder = "true";
-
   # In stage 1 of the boot, mount the CD/DVD as the root FS by label
   # so that we don't need to know its device.
   fileSystems =
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to