+4
-4
nixos/modules/system/boot/loader/grub/install-grub.pl
+4
-4
nixos/modules/system/boot/loader/grub/install-grub.pl
···copy $splashImage, "$bootPath/background.xpm.gz" or die "cannot copy $splashImage to $bootPath\n";······copy $splashImage, "$bootPath/background$suffix" or die "cannot copy $splashImage to $bootPath\n";···
···copy $splashImage, "$bootPath/background.xpm.gz" or die "cannot copy $splashImage to $bootPath\n";+$conf .= "splashimage " . ($grubBoot->path eq "/" ? "" : $grubBoot->path) . "/background.xpm.gz\n";······copy $splashImage, "$bootPath/background$suffix" or die "cannot copy $splashImage to $bootPath\n";+if background_image --mode '$splashMode' " . ($grubBoot->path eq "/" ? "" : $grubBoot->path) . "/background$suffix; then···