nixpkgs/nixos/modules/system/boot/systemd
zzywysm 3f4c802d26 initrd/autofs4: remove legacy references to autofs4 kernel module
Back in 2018, the kernel decided to remove the autofs4 module.

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a2225d931f75ddd3c39f4d0d195fad99dfd68671

This caused immediate problems with systemd, so the kernel allowed autofs4 as a config option that would simply map back to autofs.

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d02d21ea007b6b33cdaf15c2f84fb1fea996ecc2

Earlier this year, in July 2023, the kernel got tired of people not adapting to the autofs change, and forced the issue by fixing it within the kernel defconfigs, which NixOS uses as a starting point for their own kernel configs.

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=1f2190d6b7112d22d3f8dfeca16a2f6a2f51444e

This commit reflects the post-2018 reality by changing the remaining autofs4 references to autofs. Since this change initially happened in kernel 4.18 and we no longer support 4.x kernels, we don't need any backwards-compatibility tweaks.
2023-11-14 15:37:50 -05:00
..
coredump.nix Revert "nixos/systemd-coredump: guard static gid for systemd-coredump behind state version" 2023-02-25 22:31:56 -05:00
homed.nix nixos: fix bad mkEnableOption descriptions 2023-10-20 16:22:40 +01:00
initrd-secrets.nix systemd-initrd: Support secrets when boot loader doesn't 2023-04-11 15:20:47 -04:00
initrd.nix initrd/autofs4: remove legacy references to autofs4 kernel module 2023-11-14 15:37:50 -05:00
journald.nix nixos/journald: add storage option 2023-11-07 14:06:27 +01:00
logind.nix nixos/logind: Add key handling options 2023-04-22 14:41:36 +00:00
nspawn.nix nixos/nspawn: fix spelling of systemd.nspawn MachineID option 2023-06-12 12:08:15 +02:00
oomd.nix nixos/systemd/oomd: mdDoc fix 2022-09-28 16:07:42 +02:00
repart.nix nixos/systemd-repart: Add assertion requiring systemd in initrd 2023-10-21 12:29:34 -04:00
shutdown.nix systemd shutdownRamfs: Fix infinite shutdown loop 2023-07-29 13:52:52 -04:00
sysupdate.nix nixos/lib: systemd definition files function 2023-07-26 23:30:08 +02:00
tmpfiles.nix nixos/systemd-tmpfiles: add settings option 2023-10-23 00:34:23 +02:00
user.nix nixos/systemd-user: call systemd-tmpfiles during activation 2023-08-29 10:46:44 -07:00
userdbd.nix nixos: fix bad mkEnableOption descriptions 2023-10-20 16:22:40 +01:00