diff options
| author | Luflosi <luflosi@luflosi.de> | 2022-05-03 17:01:39 +0200 |
|---|---|---|
| committer | Luflosi <luflosi@luflosi.de> | 2022-07-12 16:51:25 +0200 |
| commit | db4fdd6247ec191677ac84e08da274ab88a0682e (patch) | |
| tree | 280d61bc5f653f86653f018d52d0cee51e9b8577 /pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch | |
| parent | b3d94a92737806020c3fc13c558f32cad0726a2a (diff) | |
nixos/filesystems: skip fsck for bind mounts
Without this change, configurations like
```nix
fileSystems."/path/to/bindMountedDirectory" = {
device = "/path/to/originalDirectory";
options = [ "bind" ];
};
```
will lead to a warning message in `dmesg`:
```
systemd-fstab-generator: Checking was requested for "/path/to/originalDirectory", but it is not a device.
```
This happens because the generated /etc/fstab entry contains a non-zero fsck pass number, which doesn't make sense for a bind mount.
Diffstat (limited to 'pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch')
0 files changed, 0 insertions, 0 deletions
