Fixed directory issues
This commit is contained in:
parent
8d2f2e17b8
commit
5a9e5b58a0
1 changed files with 3 additions and 0 deletions
|
@ -77,6 +77,9 @@ EOF
|
||||||
|
|
||||||
generate() {
|
generate() {
|
||||||
if [[ "${install_boot}" == 'true' ]]; then
|
if [[ "${install_boot}" == 'true' ]]; then
|
||||||
|
if [[ -d "/boot/efi/EFI/fedora" ]]; then
|
||||||
|
THEME_DIR='/boot/efi/EFI/fedora/themes'
|
||||||
|
fi
|
||||||
if [[ -d "/boot/grub" ]]; then
|
if [[ -d "/boot/grub" ]]; then
|
||||||
THEME_DIR='/boot/grub/themes'
|
THEME_DIR='/boot/grub/themes'
|
||||||
elif [[ -d "/boot/grub2" ]]; then
|
elif [[ -d "/boot/grub2" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue