Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 151210 Details for
Bug 234486
pygrub tries to read menu.lst before grub.conf, tries to start non-existent kernel
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to let pygrub check for grub.conf before checking for menu.lst
pygrub-grub.conf.patch (text/plain), 543 bytes, created by
Nils Philippsen
on 2007-03-29 16:23:32 UTC
(
hide
)
Description:
patch to let pygrub check for grub.conf before checking for menu.lst
Filename:
MIME Type:
Creator:
Nils Philippsen
Created:
2007-03-29 16:23:32 UTC
Size:
543 bytes
patch
obsolete
>--- /usr/bin/pygrub 2007-03-08 17:35:03.000000000 +0100 >+++ pygrub 2007-03-29 17:24:30.000000000 +0200 >@@ -333,8 +333,8 @@ > > if fs is not None: > grubfile = None >- for f in ("/boot/grub/menu.lst", "/boot/grub/grub.conf", >- "/grub/menu.lst", "/grub/grub.conf"): >+ for f in ("/boot/grub/grub.conf", "/boot/grub/menu.lst", >+ "/grub/grub.conf", "/grub/menu.lst"): > if fs.file_exist(f): > grubfile = f > break
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 234486
:
151210
|
311468