ubuntu_gfxboot_force_prompt
## 14-gfxboot_force_prompt.diff by Colin Watson <cjwatson@ubuntu.com> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Always prompt if a gfxboot menu is set up. Gbp-Pq: Name 14-ubuntu_gfxboot_force_prompt.diff
This commit is contained in:
parent
58ff3fc5e7
commit
8218a8481d
|
@ -749,6 +749,8 @@ gfx_setup_menu_60:
|
|||
|
||||
gfx_setup_menu_90:
|
||||
pop es
|
||||
; if we set up a gfxboot menu, always prompt
|
||||
mov word [ForcePrompt],1
|
||||
ret
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue