* 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";
|
{ mountPoint = "/nix/store";
|
||||||
device = "/hostfs/nix/store";
|
device = "/hostfs/nix/store";
|
||||||
|
fsType = "none";
|
||||||
options = "bind";
|
options = "bind";
|
||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user