mirror of
https://github.com/vinceliuice/grub2-themes.git
synced 2026-06-06 19:34:41 +08:00
Compare commits
2 Commits
8d2f2e17b8
...
20c00af363
| Author | SHA1 | Date | |
|---|---|---|---|
| 20c00af363 | |||
| 5a9e5b58a0 |
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user