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:
parent
0975d5460b
commit
390f275a59
1 changed files with 2 additions and 1 deletions
|
@ -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"; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue