Forrest logo
back to the grub-mkconfig tool

grub-mkconfig:ai:01b8c

How to exclude png files from grub-mkconfig -o /boot/grub/grub.cfg
$ grub-mkconfig -o /boot/grub/grub.cfg --exclude=/boot/*.png
try on your machine

Excludes all png files from being added to /boot/grub/grub.cfg during the generation of the GRUB configuration file

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • how to exclude png files from grub-mkconfig -o /boot/grub/grub.cfg?
back to the grub-mkconfig tool