Author: eelco
Date: Thu Feb 24 21:47:56 2011
New Revision: 26103
URL: https://svn.nixos.org/websvn/nix/?rev=26103&sc=1

Log:
* Drop the unnecessary boot=on flag.

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

Modified: nixos/trunk/modules/virtualisation/qemu-vm.nix
==============================================================================
--- nixos/trunk/modules/virtualisation/qemu-vm.nix      Thu Feb 24 18:08:16 
2011        (r26102)
+++ nixos/trunk/modules/virtualisation/qemu-vm.nix      Thu Feb 24 21:47:56 
2011        (r26103)
@@ -164,7 +164,7 @@
             -drive 
index=0,file=$NIX_DISK_IMAGE,if=virtio,cache=writeback,werror=report \
             -drive index=1,file=${bootDisk}/disk.img,if=virtio,boot=on \
           '' else ''
-            -drive 
file=$NIX_DISK_IMAGE,if=virtio,boot=on,cache=writeback,werror=report \
+            -drive 
file=$NIX_DISK_IMAGE,if=virtio,cache=writeback,werror=report \
             -kernel ${config.system.build.toplevel}/kernel \
             -initrd ${config.system.build.toplevel}/initrd \
             -append "$(cat ${config.system.build.toplevel}/kernel-params) 
init=${config.system.build.toplevel}/init regInfo=${regInfo} ${kernelConsole} 
$QEMU_KERNEL_PARAMS" \
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to