From 0f5193725e823ff0427fee26ee56b00890f8e072 Mon Sep 17 00:00:00 2001 From: Claravox Date: Thu, 5 Aug 2021 15:25:03 -0700 Subject: [PATCH] Add update step to manual configuration in readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index c374218..d36e571 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,21 @@ GRUB_THEME="/boot/grub/themes/ubuntu/theme.txt" Replace "ubuntu" with selected theme
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