1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-18 00:49:52 +00:00

* Bind mounts should have filesystem type "none" to prevent an

invocation of "fsck.auto" at boot time.

svn path=/nixos/branches/boot-order/; revision=22166
This commit is contained in:
Eelco Dolstra 2010-06-07 12:16:59 +00:00
parent 6290788247
commit 085a47c88a

View file

@ -212,6 +212,7 @@ in
}
{ mountPoint = "/nix/store";
device = "/hostfs/nix/store";
fsType = "none";
options = "bind";
neededForBoot = true;
}