* Make the host filesystem writable for non-root. This is a temporary

hack to enable non-root processes to write coverage data.

svn path=/nixos/trunk/; revision=16891
This commit is contained in:
Eelco Dolstra 2009-08-29 14:14:42 +00:00
parent 39e12e13c4
commit 7f8272dd70
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ in
{ mountPoint = "/hostfs"; { mountPoint = "/hostfs";
device = "//10.0.2.4/qemu"; device = "//10.0.2.4/qemu";
fsType = "cifs"; fsType = "cifs";
options = "guest,username=nobody"; options = "guest,username=nobody,noperm";
neededForBoot = true; neededForBoot = true;
} }
{ mountPoint = "/nix/store"; { mountPoint = "/nix/store";