Add Ventoy installation instructions to README.md

This commit is contained in:
Adison Cavani 2021-05-28 11:45:48 +02:00 committed by GitHub
parent 989649ddf9
commit 4794cb944b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,6 +139,19 @@ GRUB_THEME="/boot/grub/themes/Ubuntu/theme.txt"
Replace "Ubuntu" with selected theme<br>
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
Feature | Status
------------ | -------------