Author: eelco
Date: Mon Sep 13 13:43:53 2010
New Revision: 23748
URL: https://svn.nixos.org/websvn/nix/?rev=23748&sc=1

Log:
* Doh.

Modified:
   nixos/trunk/modules/virtualisation/qemu-vm.nix

Modified: nixos/trunk/modules/virtualisation/qemu-vm.nix
==============================================================================
--- nixos/trunk/modules/virtualisation/qemu-vm.nix      Mon Sep 13 12:34:58 
2010        (r23747)
+++ nixos/trunk/modules/virtualisation/qemu-vm.nix      Mon Sep 13 13:43:53 
2010        (r23748)
@@ -113,15 +113,12 @@
 
     virtualisation.useBootLoader =
       mkOption {
-        default = true;
+        default = false;
         description =
           ''
             If enabled, the virtual machine will be booted using the
             regular boot loader (i.e., GRUB 1 or 2).  This allows
-            testing of the boot loader.  However, it does not
-            guarantee that your NixOS configuration will boot
-            successfully on the host hardware, because the hardware
-            and boot loader configuration in the VM are different.  If
+            testing of the boot loader.  If
             disabled (the default), the VM directly boots the NixOS
             kernel and initial ramdisk, bypassing the boot loader
             altogether.
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to