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:
parent
6290788247
commit
085a47c88a
|
@ -212,6 +212,7 @@ in
|
|||
}
|
||||
{ mountPoint = "/nix/store";
|
||||
device = "/hostfs/nix/store";
|
||||
fsType = "none";
|
||||
options = "bind";
|
||||
neededForBoot = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue