Bugzilla – Attachment 164200 Details for
Bug 294432
Error occured while installing LILO
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
proposed patch fixing the bug
perl-Bootloader-lilo.patch (text/plain), 635 bytes, created by
Michal Kubeček
on 2007-09-15 13:51:11 UTC
(
hide
)
Description:
proposed patch fixing the bug
Filename:
MIME Type:
Creator:
Michal Kubeček
Created:
2007-09-15 13:51:11 UTC
Size:
635 bytes
patch
obsolete
>diff -urN perl-Bootloader-0.4.24-dist/lib/Bootloader/Core.pm perl-Bootloader-0.4.24/lib/Bootloader/Core.pm >--- perl-Bootloader-0.4.24-dist/lib/Bootloader/Core.pm 2007-09-15 15:13:19.000000000 +0200 >+++ perl-Bootloader-0.4.24/lib/Bootloader/Core.pm 2007-09-15 15:14:16.000000000 +0200 >@@ -1198,7 +1198,7 @@ > } > elsif ($key eq "kernel" || $key eq "initrd" || $key eq "root" > || $key eq "vga" || $key eq "append" || $key eq "chainloader" >- || $key eq "wildcard") >+ || $key eq "wildcard" || $key eq "image" || $key eq "other") > { > $key = "image" if ($key eq "kernel"); > $key = "other" if ($key eq "chainloader");
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 294432
:
152904
|
160221
|
162523
| 164200