Author: eelco
Date: Thu Feb 24 21:48:32 2011
New Revision: 26104
URL: https://svn.nixos.org/websvn/nix/?rev=26104&sc=1
Log:
* Drop the unnecessary boot=on flag.
Modified:
nixpkgs/trunk/pkgs/build-support/vm/default.nix
Modified: nixpkgs/trunk/pkgs/build-support/vm/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/build-support/vm/default.nix Thu Feb 24 21:47:56
2011 (r26103)
+++ nixpkgs/trunk/pkgs/build-support/vm/default.nix Thu Feb 24 21:48:32
2011 (r26104)
@@ -218,7 +218,7 @@
-net nic,model=virtio \
-chardev socket,id=samba,path=./samba \
-net user,guestfwd=tcp:10.0.2.4:445-chardev:samba \
- -drive file=$diskImage,if=virtio,boot=on,cache=writeback,werror=report \
+ -drive file=$diskImage,if=virtio,cache=writeback,werror=report \
-kernel ${kernel}/${img} \
-initrd ${initrd}/initrd \
-append "console=ttyS0 panic=1 command=${stage2Init} tmpDir=$TMPDIR
out=$out mountDisk=$mountDisk" \
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits