nixpkgs/nixos
Luflosi dd80fa1e9b
nixos/filesystems: skip fsck for more filesystems
This commit prevents warning messages like
```
systemd-fstab-generator: Checking was requested for "/path/to/device", but it is not a device.
```
in `dmesg` when one of the filesystems 9p, cifs, prl_fs or vmhgfs is added to the list of `fileSystems`.
This happens because the generated /etc/fstab entry contains a non-zero fsck pass number, which doesn't make sense for these filesystems.
2022-08-06 15:21:57 +02:00
..
doc Merge pull request #183361 from olafklingt/jane2alice 2022-08-05 15:28:03 +02:00
lib Revert "nixos/docs: cache mergeJSON md conversion on baseOptionsJSON" 2022-08-05 17:13:47 +02:00
maintainers use consistently user alice for examples 2022-08-05 13:13:24 +02:00
modules nixos/filesystems: skip fsck for more filesystems 2022-08-06 15:21:57 +02:00
tests Merge pull request #183361 from olafklingt/jane2alice 2022-08-05 15:28:03 +02:00
COPYING
default.nix
README
release-combined.nix treewide: remove myself as maintainer from some pkgs 2022-08-03 14:17:51 +02:00
release-small.nix Revert "release: add tests.packageTestsForChannelBlockers.curl.withCheck as a channel blocker" 2022-07-12 15:00:38 +03:00
release.nix nixos/release: add proxmox LXC and VMA 2022-07-13 10:44:41 +02:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
https://nixos.org/nixos and in the manual in doc/manual.