Added more warnings

This commit is contained in:
grohan47 2022-04-20 16:15:50 +05:30 committed by GitHub
parent e033326206
commit 6db532b8a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,9 +197,10 @@ sudo pacman -S grub-customizer
``` ```
Dnf Dnf
**Grub Customizer DOES NOT WORK on recent Fedora releases without extensive modification. [Manually installing](#manual-installation) a GRUB theme is much more secure and hassle free.** **WARNING:Grub Customizer DOES NOT WORK on recent Fedora releases without extensive modification. [Manually installing](#manual-installation) a GRUB theme is much more secure and hassle free.**
``` ```
Use at own risk.
sudo dnf install grub-customizer sudo dnf install grub-customizer
``` ```
@ -328,6 +329,7 @@ If you have a UEFI system, run:
``` ```
sudo grub2-mkconfig -o /etc/grub2.cfg && sudo grub2-mkconfig -o /etc/grub2-efi.cfg && sudo grub2-mkconfig /etc/grub2-efi.cfg sudo grub2-mkconfig -o /etc/grub2.cfg && sudo grub2-mkconfig -o /etc/grub2-efi.cfg && sudo grub2-mkconfig /etc/grub2-efi.cfg
``` ```
**WARNING:These commands have only been tested on Fedora UEFI. If you are able to install a GRUB theme using these commands successfully, please add your distro's name here.**
## Install theme in Ventoy ## Install theme in Ventoy