Mageia Bugzilla – Attachment 6501 Details for
Bug 9431
No option in installer to install grub2 with non-graphical menu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
do use new 2nd screen for both grub2 & grub2-graphic
grub2-textB.diff (text/plain), 522 bytes, created by
Thierry Vignaud
on 2015-05-11 16:18:38 CEST
(
hide
)
Description:
do use new 2nd screen for both grub2 & grub2-graphic
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2015-05-11 16:18:38 CEST
Size:
522 bytes
patch
obsolete
>--- /tmp/any.pm 2015-05-11 09:36:11.953988383 -0400 >+++ any.pm 2015-05-11 09:36:42.217112634 -0400 >@@ -224,7 +224,7 @@ > setupBootloader__boot_bios_drive($in, $b, $all_hds->{hds}) or goto general; > { > local $::Wizard_finished = 1 if $::isStandalone; >- if ($b->{method} eq 'grub2') { >+ if (bootloader::main_method($b->{method}) eq 'grub2') { > setupBootloader__grub2($in, $b, $all_hds, $fstab) or goto general; > } else { > setupBootloader__entries($in, $b, $all_hds, $fstab) or goto general;
--- /tmp/any.pm 2015-05-11 09:36:11.953988383 -0400 +++ any.pm 2015-05-11 09:36:42.217112634 -0400 @@ -224,7 +224,7 @@ setupBootloader__boot_bios_drive($in, $b, $all_hds->{hds}) or goto general; { local $::Wizard_finished = 1 if $::isStandalone; - if ($b->{method} eq 'grub2') { + if (bootloader::main_method($b->{method}) eq 'grub2') { setupBootloader__grub2($in, $b, $all_hds, $fstab) or goto general; } else { setupBootloader__entries($in, $b, $all_hds, $fstab) or goto general;
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 9431
:
6486
|
6489
|
6500
| 6501