Change theme installation directory

Resolves issue when installing to encrypted disk where grub cannot access /usr partition.

Errors produced by previous commit:
error: no such device: xxxxx-xxxxxx-xxxxx-xxxxxx
error: no server is specified
This commit is contained in:
Matthew 2021-12-26 22:27:28 -05:00 committed by GitHub
parent 0975d5460b
commit 390f275a59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,8 @@
# * @link https://youtu.be/BAyzHP1Cqb0 # * @link https://youtu.be/BAyzHP1Cqb0
# */ # */
THEME_DIR='/usr/share/grub/themes' #THEME_DIR='/usr/share/grub/themes'
THEME_DIR='/boot/grub/themes'
THEME_NAME='' THEME_NAME=''
function echo_title() { echo -ne "\033[1;44;37m${*}\033[0m\n"; } function echo_title() { echo -ne "\033[1;44;37m${*}\033[0m\n"; }