-4
nixos/doc/manual/release-notes/rl-2505.section.md
-4
nixos/doc/manual/release-notes/rl-2505.section.md
···-- The GRUB bootloader (`boot.loader.grub`) now generates [boot loader entries](https://uapi-group.org/specifications/specs/boot_loader_specification/).-These files are used by userspace tools (for example, `bootctl`) to inspect the bootloader status, getting the default boot entry, the path of the kernel binary, etc.-As a consequence, `systemctl kexec` now works automatically: specifying the kernel and its arguments with `kexec --load` is no longer required.- `bind.cacheNetworks` now only controls access for recursive queries, where it previously controlled access for all queries.- [`services.mongodb.enableAuth`](#opt-services.mongodb.enableAuth) now uses the newer [mongosh](https://github.com/mongodb-js/mongosh) shell instead of the legacy shell to configure the initial superuser. You can configure the mongosh package to use through the [`services.mongodb.mongoshPackage`](#opt-services.mongodb.mongoshPackage) option.
···- `bind.cacheNetworks` now only controls access for recursive queries, where it previously controlled access for all queries.- [`services.mongodb.enableAuth`](#opt-services.mongodb.enableAuth) now uses the newer [mongosh](https://github.com/mongodb-js/mongosh) shell instead of the legacy shell to configure the initial superuser. You can configure the mongosh package to use through the [`services.mongodb.mongoshPackage`](#opt-services.mongodb.mongoshPackage) option.
-14
nixos/modules/system/boot/loader/grub/grub.nix
-14
nixos/modules/system/boot/loader/grub/grub.nix
······
······
+2
-75
nixos/modules/system/boot/loader/grub/install-grub.pl
+2
-75
nixos/modules/system/boot/loader/grub/install-grub.pl
············-addGeneration("@distroName@ - Configuration " . $gen, " ($date - $version)", $link, $subEntryOptions, 0);···-rename $entriesDir, "$entriesDir.bak" or die "cannot rename $entriesDir to $entriesDir.bak: $!\n";-rename "$entriesDir.tmp", $entriesDir or die "cannot rename $entriesDir.tmp to $entriesDir: $!\n";
············+addGeneration("@distroName@ - Configuration " . nrFromGen($link), " ($date - $version)", $link, $subEntryOptions, 0);···
+1
-1
nixos/tests/all-tests.nix
+1
-1
nixos/tests/all-tests.nix
···
···
+46
-109
nixos/tests/grub.nix
+46
-109
nixos/tests/grub.nix
···
···
-3
nixos/tests/nixos-rebuild-install-bootloader.nix
-3
nixos/tests/nixos-rebuild-install-bootloader.nix
···