mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03: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
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ in
|
|||
}
|
||||
{ mountPoint = "/nix/store";
|
||||
device = "/hostfs/nix/store";
|
||||
fsType = "none";
|
||||
options = "bind";
|
||||
neededForBoot = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue