Bugzilla – Attachment 210324 Details for
Bug 352020
Graphical failsafe mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
perl-Bootloader-x11failsafe.diff
perl-Bootloader-x11failsafe.diff (text/plain), 1.06 KB, created by
Stefan Dirsch
on 2008-04-24 19:46:05 UTC
(
hide
)
Description:
perl-Bootloader-x11failsafe.diff
Filename:
MIME Type:
Creator:
Stefan Dirsch
Created:
2008-04-24 19:46:05 UTC
Size:
1.06 KB
patch
obsolete
>--- perl-Bootloader-0.4.55/lib/Bootloader/Tools.pm.orig 2008-04-24 21:23:26.522430500 +0200 >+++ perl-Bootloader-0.4.55/lib/Bootloader/Tools.pm 2008-04-24 21:26:13.912891750 +0200 >@@ -1294,10 +1294,10 @@ > chomp ($arch); > > if ($arch eq "i386") { >- $new{"append"} = "showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3"; >+ $new{"append"} = "showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off x11failsafe"; > } > elsif ($arch eq "x86_64") { >- $new{"append"} = "showopts ide=nodma apm=off acpi=off noresume edd=off 3"; >+ $new{"append"} = "showopts ide=nodma apm=off acpi=off noresume edd=off x11failsafe"; > } > elsif ($arch eq "ia64") { > $new{"append"} = "ide=nodma nohalt noresume 3"; >@@ -1306,11 +1306,6 @@ > print ("Architecture $arch does not support failsafe entries.\n"); > } > >- # Set vgamode to "normal" for failsafe entries >- if (exists $new{"vgamode"} && defined $new{"vgamode"}) { >- $new{"vgamode"} = "normal"; >- } >- > $failsafe_modified = 1; > > # Don't make the failsafe entry the default one
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 352020
:
189633
| 210324