+6
nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+6
nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
···
+2
nixos/doc/manual/release-notes/rl-2205.section.md
+2
nixos/doc/manual/release-notes/rl-2205.section.md
···- [filebeat](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-overview.html), a lightweight shipper for forwarding and centralizing log data. Available as [services.filebeat](#opt-services.filebeat.enable).+- [apfs](https://github.com/linux-apfs/linux-apfs-rw), a kernel module for mounting the Apple File System (APFS).- [FRRouting](https://frrouting.org/), a popular suite of Internet routing protocol daemons (BGP, BFD, OSPF, IS-IS, VVRP and others). Available as [services.frr](#opt-services.ffr.babel.enable)
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
+3
nixos/modules/system/boot/stage-1-init.sh
+3
nixos/modules/system/boot/stage-1-init.sh
···+# Skip fsck for apfs as the fsck utility does not support repairing the filesystem (no -a option)
+1
-1
nixos/modules/tasks/filesystems.nix
+1
-1
nixos/modules/tasks/filesystems.nix
···
+22
nixos/modules/tasks/filesystems/apfs.nix
+22
nixos/modules/tasks/filesystems/apfs.nix
···
+1
nixos/tests/all-tests.nix
+1
nixos/tests/all-tests.nix
···
+54
nixos/tests/apfs.nix
+54
nixos/tests/apfs.nix
···+machine.fail( "mkapfs -L '000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F202122232425262728292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F' /dev/vdb")+machine.succeed("mkapfs -L '000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F202122232425262728292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7' /dev/vdb")