From f99e42cfbc860c37185ca0c4ff7d9578ffec3d9a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 13 Sep 2010 13:43:53 +0000 Subject: [PATCH] * Doh. svn path=/nixos/trunk/; revision=23748 --- modules/virtualisation/qemu-vm.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/modules/virtualisation/qemu-vm.nix b/modules/virtualisation/qemu-vm.nix index bc36b32a778a..9b21fd4c1728 100644 --- a/modules/virtualisation/qemu-vm.nix +++ b/modules/virtualisation/qemu-vm.nix @@ -113,15 +113,12 @@ let 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.