mirror of
https://github.com/vinceliuice/grub2-themes.git
synced 2024-11-05 11:36:12 +01:00
Merge pull request #233 from Ate329/master
Update ImageMagick command for GRUB theme background
This commit is contained in:
commit
85db6e7cea
@ -42,7 +42,7 @@
|
||||
|
||||
if [ -n "${splashImage}" ]; then
|
||||
rm $out/grub/themes/${cfg.theme}/background.jpg;
|
||||
${pkgs.imagemagick}/bin/convert ${splashImage} $out/grub/themes/${cfg.theme}/background.jpg;
|
||||
${pkgs.imagemagick}/bin/magick ${splashImage} $out/grub/themes/${cfg.theme}/background.jpg;
|
||||
fi;
|
||||
if [ ${pkgs.lib.trivial.boolToString cfg.footer} == "false" ]; then
|
||||
sed -i ':again;$!N;$!b again; s/\+ image {[^}]*}//g' $out/grub/themes/${cfg.theme}/theme.txt;
|
||||
|
Loading…
Reference in New Issue
Block a user