Author: eelco
Date: 2010-06-07 12:16:59 +0000 (Mon, 07 Jun 2010)
New Revision: 22166

You can view the changes in this commit at:
   https://svn.nixos.org/viewvc/nix?rev=22166&view=rev

Modified:
   nixos/branches/boot-order/modules/virtualisation/qemu-vm.nix

Log:
* Bind mounts should have filesystem type "none" to prevent an
  invocation of "fsck.auto" at boot time.


Changes:

Modified: nixos/branches/boot-order/modules/virtualisation/qemu-vm.nix
===================================================================
--- nixos/branches/boot-order/modules/virtualisation/qemu-vm.nix        
2010-06-07 12:15:55 UTC (rev 22165)
+++ nixos/branches/boot-order/modules/virtualisation/qemu-vm.nix        
2010-06-07 12:16:59 UTC (rev 22166)
@@ -212,6 +212,7 @@
       }
       { mountPoint = "/nix/store";
         device = "/hostfs/nix/store";
+        fsType = "none";
         options = "bind";
         neededForBoot = true;
       }

_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to