mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 15:12:35 +02:00
Added the proper Fedora update command
Added the correct commands to update GRUB on Fedora.
This commit is contained in:
parent
fe0cf34232
commit
45f4a11aa3
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -345,6 +345,16 @@ or
|
||||||
```
|
```
|
||||||
sudo grub2-mkconfig -o BOOT_GRUB_LOCATION/grub.cfg
|
sudo grub2-mkconfig -o BOOT_GRUB_LOCATION/grub.cfg
|
||||||
```
|
```
|
||||||
|
On Fedora and RHEL-based distros:
|
||||||
|
```
|
||||||
|
sudo grub2-mkconfig -o /etc/grub2.cfg #For BIOS systems
|
||||||
|
```
|
||||||
|
|
||||||
|
OR
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo grub2-mkconfig -o /etc/grub2-efi.cfg #For UEFI systems
|
||||||
|
```
|
||||||
|
|
||||||
**WARNING: these commands may not work for you. Your GRUB config directory may vary depending on your distribution.**
|
**WARNING: these commands may not work for you. Your GRUB config directory may vary depending on your distribution.**
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue