fix bugs
This commit is contained in:
parent
bd31a5e64e
commit
7d2f19b4e1
|
|
@ -305,11 +305,12 @@ grubTheme () {
|
||||||
set_option GRUB_THEME $grub_theme
|
set_option GRUB_THEME $grub_theme
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# === show all the grub options ===
|
||||||
grubOptions () {
|
grubOptions () {
|
||||||
clear
|
clear
|
||||||
logo
|
logo
|
||||||
grubInstall
|
grubInstall
|
||||||
if ["$grub_install" == "yes"]; then
|
if ["$grub_install" = "yes"]; then
|
||||||
grubTheme
|
grubTheme
|
||||||
else
|
else
|
||||||
set_option GRUB_THEME none
|
set_option GRUB_THEME none
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue