mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 15:12:35 +02:00
Add update step to manual configuration in readme
This commit is contained in:
parent
3af13205fa
commit
0f5193725e
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -186,6 +186,21 @@ GRUB_THEME="/boot/grub/themes/ubuntu/theme.txt"
|
|||
Replace "ubuntu" with selected theme<br>
|
||||
Ctrl+O to save, Ctrl+X to exit
|
||||
|
||||
#### Update Grub config
|
||||
You will need to tell Grub to update its configuration to include the new theme.
|
||||
|
||||
Ubuntu and Debian-based systems:
|
||||
|
||||
```
|
||||
sudo update-grub
|
||||
```
|
||||
|
||||
Arch Linux:
|
||||
|
||||
```
|
||||
sudo grub-mkconfig -o /boot/grub/grub.cfg
|
||||
```
|
||||
|
||||
## Instal theme in Ventoy
|
||||
Extract ```Ventoy.tar``` to ```/ventoy/theme``` directory
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue