mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 15:12:35 +02:00
Add Ventoy installation instructions to README.md
This commit is contained in:
parent
989649ddf9
commit
4794cb944b
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -139,6 +139,19 @@ GRUB_THEME="/boot/grub/themes/Ubuntu/theme.txt"
|
||||||
Replace "Ubuntu" with selected theme<br>
|
Replace "Ubuntu" with selected theme<br>
|
||||||
Ctrl+O to save, Ctrl+X to exit
|
Ctrl+O to save, Ctrl+X to exit
|
||||||
|
|
||||||
|
## Instal theme in Ventoy
|
||||||
|
Extract ```Ventoy.tar``` to ```/ventoy/theme``` directory
|
||||||
|
|
||||||
|
Locate ```ventoy.json``` file in ```/plugin/ventoy/``` directory and change:
|
||||||
|
```
|
||||||
|
"file": "/ventoy/theme/blur/theme.txt",
|
||||||
|
```
|
||||||
|
to
|
||||||
|
```
|
||||||
|
"file": "/ventoy/theme/Ventoy/theme.txt",
|
||||||
|
```
|
||||||
|
For more informations head over to [Ventoy website](https://www.ventoy.net/en/plugin_theme.html)
|
||||||
|
|
||||||
## To-do list
|
## To-do list
|
||||||
Feature | Status
|
Feature | Status
|
||||||
------------ | -------------
|
------------ | -------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue