+9
nixos/doc/manual/release-notes/rl-1809.xml
+9
nixos/doc/manual/release-notes/rl-1809.xml
···
+5
-15
nixos/modules/system/boot/loader/grub/grub.nix
+5
-15
nixos/modules/system/boot/loader/grub/grub.nix
···efiSysMountPoint = if args.efiSysMountPoint == null then args.path else args.efiSysMountPoint;···bootloaderId = if args.efiBootloaderId == null then "NixOS${efiSysMountPoint'}" else args.efiBootloaderId;······
+17
-13
nixos/modules/system/boot/loader/grub/install-grub.pl
+17
-13
nixos/modules/system/boot/loader/grub/install-grub.pl
······-print STDERR "Warning: the specified extraInitrd " . $extraInitrd . " doesn't exist. Your system won't boot without it.\n";···+system("$path/append-initrd-secrets", $initrdSecretsPathTemp) == 0 or die "failed to create initrd secrets\n";+rename $initrdSecretsPathTemp, $initrdSecretsPath or die "failed to move initrd secrets into place\n";···