Followup of previous commit, tweaks to have a proper install menu on EFI system
This commit is contained in:
@@ -13,9 +13,6 @@ fi
|
||||
if background_image /isolinux/splash.png; then
|
||||
set color_normal=light-gray/black
|
||||
set color_highlight=white/black
|
||||
elif background_image /splash.png; then
|
||||
set color_normal=light-gray/black
|
||||
set color_highlight=white/black
|
||||
else
|
||||
set menu_color_normal=cyan/blue
|
||||
set menu_color_highlight=white/blue
|
||||
@@ -23,7 +20,7 @@ fi
|
||||
|
||||
insmod play
|
||||
play 960 440 1 0 4 440 1
|
||||
set theme=/boot/grub/theme/1
|
||||
set theme=/boot/grub/theme/yunohost
|
||||
menuentry --hotkey=g 'Graphical install' {
|
||||
set background_color=black
|
||||
linux /install.amd/vmlinuz preseed/file=/cdrom/preseeds/default.preseed vga=788 --- quiet
|
||||
@@ -42,7 +39,7 @@ menuentry --hotkey=s 'Install with speech synthesis' {
|
||||
submenu --hotkey=a 'Advanced options ...' {
|
||||
set menu_color_normal=cyan/blue
|
||||
set menu_color_highlight=white/blue
|
||||
set theme=/boot/grub/theme/1-1
|
||||
set theme=/boot/grub/theme/yunohost
|
||||
set gfxpayload=keep
|
||||
menuentry '... Graphical expert install' {
|
||||
set background_color=black
|
||||
@@ -66,7 +63,7 @@ submenu --hotkey=d 'Accessible dark contrast installer menu ...' {
|
||||
set color_normal=white/black
|
||||
set color_highlight=yellow/black
|
||||
background_image
|
||||
set theme=/boot/grub/theme/dark-1-2
|
||||
set theme=/boot/grub/theme/yunohost
|
||||
set gfxpayload=keep
|
||||
menuentry --hotkey=g '... Graphical install' {
|
||||
set background_color=black
|
||||
|
||||
Reference in New Issue
Block a user